Browse Source

Update CI for Rust nightly-2017-12-01 + other fixes

pull/10/head
Fenrir 7 years ago committed by FenrirWolf
parent
commit
681dfb425e
  1. 5
      .travis.yml
  2. 1
      examples/3ds.json
  3. 3
      examples/Xargo.toml

5
.travis.yml

@ -1,7 +1,7 @@
language: rust language: rust
rust: rust:
- nightly-2017-07-31 - nightly-2017-12-01
- nightly - nightly
matrix: matrix:
@ -21,7 +21,7 @@ install:
- ./devkitARMupdate.pl "$DEVKITPRO" - ./devkitARMupdate.pl "$DEVKITPRO"
# Install Xargo # Install Xargo
- cargo install xargo --git https://github.com/FenrirWolf/xargo --rev metadata - cargo install xargo --vers 0.3.8
# Install Rust source # Install Rust source
- rustup component add rust-src - rustup component add rust-src
@ -29,5 +29,4 @@ install:
- popd - popd
script: script:
- (cd ctr-std && cargo build)
- (cd examples && xargo build) - (cd examples && xargo build)

1
examples/3ds.json

@ -5,6 +5,7 @@
"ar": "arm-none-eabi-ar", "ar": "arm-none-eabi-ar",
"target-endian": "little", "target-endian": "little",
"target-pointer-width": "32", "target-pointer-width": "32",
"target-c-int-width": "32",
"target-family": "unix", "target-family": "unix",
"arch": "arm", "arch": "arm",
"os": "linux", "os": "linux",

3
examples/Xargo.toml

@ -1,5 +1,4 @@
[dependencies.collections] [dependencies.alloc]
[dependencies.rand]
[dependencies.panic_abort] [dependencies.panic_abort]
[dependencies.panic_unwind] [dependencies.panic_unwind]

Loading…
Cancel
Save