This commit is contained in:
parent
32b931f99d
commit
7b67da0f87
11
.drone.yml
Normal file
11
.drone.yml
Normal file
@ -0,0 +1,11 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: build
|
||||
|
||||
steps:
|
||||
- name: build-linux-x64
|
||||
image: rust:latest
|
||||
commands:
|
||||
- apt-get update
|
||||
- apt-get install -y libasound2-dev
|
||||
- cargo install librespot
|
Loading…
x
Reference in New Issue
Block a user