mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
15 lines
274 B
YAML
15 lines
274 B
YAML
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
|
|
|