librespot/.travis.yml

19 lines
417 B
YAML
Raw Normal View History

2015-12-30 19:11:29 +00:00
language: rust
rust:
- nightly
addons:
apt:
packages:
- protobuf-compiler
- portaudio19-dev
2016-01-01 23:16:12 +00:00
- libavahi-compat-libdnssd-dev
2015-12-30 19:11:29 +00:00
before_install:
- export PATH=$HOME/.cargo/bin:$PATH
install:
- cargo install --git https://github.com/stepancheg/rust-protobuf --rev 921c69b protobuf
2016-01-02 00:05:26 +00:00
script:
2016-01-02 01:12:07 +00:00
- cargo build --no-default-features --verbose
- cargo test --no-default-features --verbose