We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a8b48a commit 7711679Copy full SHA for 7711679
.travis.yml
@@ -83,7 +83,9 @@ matrix:
83
- export PATH="$PATH:/opt/devkitpro/devkitARM/bin"
84
- export PATH="$PATH:/opt/devkitpro/tools/bin"
85
- cd ..
86
- - xargo build --all --target=ci/gba.json
+ # Pull the target spec up into the current directory and then build
87
+ - mv ci/gba.json gba.json
88
+ - xargo build --all --target=gba
89
- name: "Documentation"
90
install: true
91
script: ci/dox.sh
0 commit comments