Skip to content

Commit

Permalink
I forgot that we need to install more
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor authored and gnzlbg committed Mar 18, 2019
1 parent 2fdd3ac commit 8a8b48a
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 @@ -66,7 +66,9 @@ matrix:
env: TARGET=thumbv7em-none-eabihf NORUN=1 NOSTD=1 NO_DOCKER=1
- name: "Game Boy Advance - build libcore only"
env: NORUN=1 NOSTD=1 NO_DOCKER=1
install: cargo install xargo
install:
- rustup component add rust-src
- cargo install xargo
script:
# Obtain the devkitPro tools, using `target/` as a temp directory. This
# is required because we need to use their linker. `lld` uses the `BLX`
Expand Down

0 comments on commit 8a8b48a

Please sign in to comment.