File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ before_script:
55- |
66 pip install 'travis-cargo<0.2' --user &&
77 export PATH=$HOME/.local/bin:$PATH
8- - ls -lh ~/rust
9- - ~/rust/rustup target add i686-unknown-linux-gnu
10- - ~/rust/rustup target add i686-pc-windows-gnu
11- - ~/rust/rustup target add i686-pc-windows-msvc
8+ - ls -l ~/rust/lib
9+ - ls -l ~/rust/lib/rustlib
10+ - sh ~/rust-installer/rustup.sh --add-target=i686-unknown-linux-gnu --prefix=~/rust -y --disable-sudo
11+ - sh ~/rust-installer/rustup.sh --add-target=i686-pc-windows-gnu --prefix=~/rust -y --disable-sudo
12+ - sh ~/rust-installer/rustup.sh --add-target=i686-pc-windows-msvc --prefix=~/rust p-y --disable-sudo
1213script :
1314- |
1415 env RUST_SYSROOT=$HOME/rust travis-cargo build &&
You can’t perform that action at this time.
0 commit comments