mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-24 03:11:29 +11:00
think I fixed the CI
This commit is contained in:
parent
a0b1f56158
commit
2ec6482bc4
|
@ -20,9 +20,9 @@ script:
|
||||||
- sudo dpkg -i devkitpro-pacman.deb
|
- sudo dpkg -i devkitpro-pacman.deb
|
||||||
- sudo dkp-pacman -Sy
|
- sudo dkp-pacman -Sy
|
||||||
- sudo dkp-pacman -Syu
|
- 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"
|
- 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 test --lib && cargo test --lib --release
|
||||||
- cargo make
|
- cargo make
|
||||||
# Test build the book so that a failed book build kills this run
|
# Test build the book so that a failed book build kills this run
|
||||||
|
|
Loading…
Reference in a new issue