librespot-build/.drone.yml
jackhadrill 7b67da0f87
All checks were successful
continuous-integration/drone/push Build is passing
Add '.drone.yml'
2020-10-17 22:33:37 +00:00

11 lines
207 B
YAML

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