analyze travis
This commit is contained in:
parent
3084aa8052
commit
f47aa03f6f
1 changed files with 4 additions and 3 deletions
|
@ -5,9 +5,10 @@ before_script:
|
||||||
- |
|
- |
|
||||||
pip install 'travis-cargo<0.2' --user &&
|
pip install 'travis-cargo<0.2' --user &&
|
||||||
export PATH=$HOME/.local/bin:$PATH
|
export PATH=$HOME/.local/bin:$PATH
|
||||||
- rustup target add i686-unknown-linux-gnu
|
- ls -lh ~/rust
|
||||||
- rustup target add i686-pc-windows-gnu
|
- ~/rust/rustup target add i686-unknown-linux-gnu
|
||||||
- rustup target add i686-pc-windows-msvc
|
- ~/rust/rustup target add i686-pc-windows-gnu
|
||||||
|
- ~/rust/rustup target add i686-pc-windows-msvc
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
env RUST_SYSROOT=$HOME/rust travis-cargo build &&
|
env RUST_SYSROOT=$HOME/rust travis-cargo build &&
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue