mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-23 19:01:30 +11:00
make sure we add the new utils to the path
This commit is contained in:
parent
6976eba467
commit
ff6a6717bb
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue