File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ matrix:
2828
2929install :
3030 - sh ci/install.sh
31- - source ~/.cargo/env || true
3231
3332script :
3433 - bash ci/script.sh
Original file line number Diff line number Diff line change 11set -ex
22
33main () {
4- curl https://sh.rustup.rs -sSf | \
5- sh -s -- -y --default-toolchain $TRAVIS_RUST_VERSION
6-
74 local target=
85 if [ $TRAVIS_OS_NAME = linux ]; then
96 target=x86_64-unknown-linux-gnu
Original file line number Diff line number Diff line change @@ -9,13 +9,14 @@ test_svd() {
99}
1010
1111main () {
12- cross build --target $TARGET
13- cross build --target $TARGET --release
12+ cross check --target $TARGET
1413
1514 if [ ! -z $DISABLE_TESTS ]; then
1615 return
1716 fi
1817
18+ cross build --target $TARGET --release
19+
1920 case $TRAVIS_OS_NAME in
2021 linux)
2122 td=$( mktemp -d)
You can’t perform that action at this time.
0 commit comments