File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ matrix:
8
8
- env : TARGET=i586-unknown-linux-gnu
9
9
- env : TARGET=i686-unknown-linux-gnu
10
10
- env : TARGET=x86_64-unknown-linux-gnu NO_ADD=1
11
- - env : TARGET=x86_64-unknown-linux-gnu-emulated NO_ADD=1 STDSIMD_TEST_EVERYTHING=1
11
+ - env : TARGET=x86_64-unknown-linux-gnu-emulated NO_ADD=1
12
12
- env : TARGET=arm-unknown-linux-gnueabihf
13
13
- env : TARGET=armv7-unknown-linux-gnueabihf
14
14
- env : TARGET=aarch64-unknown-linux-gnu
15
15
- os : osx
16
16
env : TARGET=x86_64-apple-darwin NO_ADD=1
17
- script : ci/run.sh
17
+ script : travis_wait 30 ci/run.sh
18
18
- install : true
19
- script : ci/dox.sh
19
+ script : travis_wait 30 ci/dox.sh
20
20
- env : RUSTFMT=On TARGET=x86_64-unknown-linux-gnu NO_ADD=1
21
21
script : |
22
22
cargo install rustfmt-nightly
@@ -33,7 +33,7 @@ install:
33
33
34
34
script :
35
35
- cargo generate-lockfile
36
- - ci/run-docker.sh $TARGET
36
+ - travis_wait 30 ci/run-docker.sh $TARGET
37
37
38
38
notifications :
39
39
email :
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ run() {
16
16
--env CARGO_HOME=/cargo \
17
17
--volume ` rustc --print sysroot` :/rust:ro \
18
18
--env TARGET=$target \
19
- --env STDSIMD_TEST_EVERYTHING \
20
19
--volume ` pwd` :/checkout:ro \
21
20
--volume ` pwd` /target:/checkout/target \
22
21
--workdir /checkout \
Original file line number Diff line number Diff line change 17
17
18
18
echo " RUSTFLAGS=${RUSTFLAGS} "
19
19
20
- cargo test --target $TARGET --features " strict"
21
- cargo test --release --target $TARGET --features " strict"
20
+ cargo test --target $TARGET --features " strict" --verbose -- --nocapture
21
+ cargo test --release --target $TARGET --features " strict" --verbose -- --nocapture
You can’t perform that action at this time.
0 commit comments