Add '.drone.yml'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jack Hadrill 2020-10-17 22:33:37 +00:00
parent 32b931f99d
commit 7b67da0f87
1 changed files with 11 additions and 0 deletions

11
.drone.yml Normal file
View 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