We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo xbuild
1 parent 343b137 commit f1daf9bCopy full SHA for f1daf9b
.travis.yml
@@ -68,7 +68,7 @@ matrix:
68
env: NORUN=1 NOSTD=1 NO_DOCKER=1
69
install:
70
- rustup component add rust-src
71
- - cargo install xargo
+ - (test -x $HOME/.cargo/bin/cargo-xbuild || cargo install cargo-xbuild)
72
script:
73
# Obtain the devkitPro tools, using `target/` as a temp directory. This
74
# is required because we need to use their linker. `lld` uses the `BLX`
@@ -85,7 +85,7 @@ matrix:
85
- cd ..
86
# Pull the target spec up into the current directory and then build
87
- mv ci/gba.json gba.json
88
- - xargo build --lib --target=gba.json
+ - cargo xbuild --lib --target gba.json
89
- name: "Documentation"
90
install: true
91
script: ci/dox.sh
0 commit comments