Skip to content

Commit a6feb57

Browse files
committed
[ci] --verbose, --nocapture, disable STDSIMD_TEST_EVERYTHING
1 parent 1c257cc commit a6feb57

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ matrix:
88
- env: TARGET=i586-unknown-linux-gnu
99
- env: TARGET=i686-unknown-linux-gnu
1010
- 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
1212
- env: TARGET=arm-unknown-linux-gnueabihf
1313
- env: TARGET=armv7-unknown-linux-gnueabihf
1414
- env: TARGET=aarch64-unknown-linux-gnu
1515
- os: osx
1616
env: TARGET=x86_64-apple-darwin NO_ADD=1
17-
script: ci/run.sh
17+
script: travis_wait 30 ci/run.sh
1818
- install: true
19-
script: ci/dox.sh
19+
script: travis_wait 30 ci/dox.sh
2020
- env: RUSTFMT=On TARGET=x86_64-unknown-linux-gnu NO_ADD=1
2121
script: |
2222
cargo install rustfmt-nightly
@@ -33,7 +33,7 @@ install:
3333

3434
script:
3535
- cargo generate-lockfile
36-
- ci/run-docker.sh $TARGET
36+
- travis_wait 30 ci/run-docker.sh $TARGET
3737

3838
notifications:
3939
email:

ci/run-docker.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ run() {
1616
--env CARGO_HOME=/cargo \
1717
--volume `rustc --print sysroot`:/rust:ro \
1818
--env TARGET=$target \
19-
--env STDSIMD_TEST_EVERYTHING \
2019
--volume `pwd`:/checkout:ro \
2120
--volume `pwd`/target:/checkout/target \
2221
--workdir /checkout \

ci/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ esac
1717

1818
echo "RUSTFLAGS=${RUSTFLAGS}"
1919

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

0 commit comments

Comments
 (0)