make sure we add the new utils to the path

This commit is contained in:
Lokathor 2018-11-20 01:09:51 -07:00
parent 6976eba467
commit ff6a6717bb

View file

@ -21,7 +21,8 @@ script:
- sudo dkp-pacman -Sy
- sudo dkp-pacman -Syu
- sudo dkp-pacman -S gba-dev
# Test / compile the stuff
- export PATH="$PATH:/opt/devkitpro/devkitARM/bin"
# Test and compile the stuff
- cargo test --lib && cargo test --lib --release
- cargo make
# Test build the book so that a failed book build kills this run