Skip to content

Commit

Permalink
gnzlbg xargo doesn't work like you thought ;_;
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor authored and gnzlbg committed Mar 18, 2019
1 parent 8a8b48a commit 7711679
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ matrix:
- export PATH="$PATH:/opt/devkitpro/devkitARM/bin"
- export PATH="$PATH:/opt/devkitpro/tools/bin"
- cd ..
- xargo build --all --target=ci/gba.json
# Pull the target spec up into the current directory and then build
- mv ci/gba.json gba.json
- xargo build --all --target=gba
- name: "Documentation"
install: true
script: ci/dox.sh
Expand Down

0 comments on commit 7711679

Please sign in to comment.