Skip to content

Commit

Permalink
travis: Add rodio & sdl to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ashthespy committed Jul 23, 2019
1 parent 1f75479 commit 08e88d6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ addons:
- libc6-dev-armhf-cross
- libpulse-dev
- portaudio19-dev
- libasound2-dev
- libsdl2-dev

before_script:
- mkdir -p ~/.cargo
Expand All @@ -25,9 +27,12 @@ script:
- cargo build --locked --no-default-features
- cargo build --locked --no-default-features --features "with-tremor"
- cargo build --locked --no-default-features --features "with-vorbis"
- cargo build --locked --no-default-features --features "alsa-backend"
- cargo build --locked --no-default-features --features "portaudio-backend"
- cargo build --locked --no-default-features --features "pulseaudio-backend"
- cargo build --locked --no-default-features --features "alsa-backend"
- cargo build --locked --no-default-features --features "jackaudio-backend"
- cargo build --locked --no-default-features --features "rodio-backend"
- cargo build --locked --no-default-features --features "sdl-backend"
- cargo build --locked --no-default-features --target armv7-unknown-linux-gnueabihf

notifications:
Expand Down

0 comments on commit 08e88d6

Please sign in to comment.