think I fixed the CI

This commit is contained in:
Lokathor 2018-11-20 02:11:18 -07:00
parent a0b1f56158
commit 2ec6482bc4

View file

@ -20,9 +20,9 @@ script:
- sudo dpkg -i devkitpro-pacman.deb
- sudo dkp-pacman -Sy
- sudo dkp-pacman -Syu
- sudo dkp-pacman -S gba-dev
- sudo dkp-pacman -S -v --noconfirm gba-tools devkitARM
- export PATH="$PATH:/opt/devkitpro/devkitARM/bin"
# Test and compile the stuff
# Test the lib and then compile all examples with `cargo make`
- cargo test --lib && cargo test --lib --release
- cargo make
# Test build the book so that a failed book build kills this run