mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Add travis build file.
This commit is contained in:
parent
525b27df98
commit
3219460666
1 changed files with 15 additions and 0 deletions
15
.travis.yml
Normal file
15
.travis.yml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
language: rust
|
||||||
|
rust:
|
||||||
|
- nightly
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- protobuf-compiler
|
||||||
|
- portaudio19-dev
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- export PATH=$HOME/.cargo/bin:$PATH
|
||||||
|
install:
|
||||||
|
- cargo install --git https://github.com/stepancheg/rust-protobuf --rev 921c69b protobuf
|
||||||
|
|
Loading…
Reference in a new issue