Skip to content

Commit 7711679

Browse files
Lokathorgnzlbg
authored andcommitted
gnzlbg xargo doesn't work like you thought ;_;
1 parent 8a8b48a commit 7711679

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ matrix:
8383
- export PATH="$PATH:/opt/devkitpro/devkitARM/bin"
8484
- export PATH="$PATH:/opt/devkitpro/tools/bin"
8585
- cd ..
86-
- xargo build --all --target=ci/gba.json
86+
# 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
8789
- name: "Documentation"
8890
install: true
8991
script: ci/dox.sh

0 commit comments

Comments
 (0)