We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3239c2b commit 421f1faCopy full SHA for 421f1fa
.travis.yml
@@ -64,7 +64,11 @@ matrix:
64
65
# Ensure that we successfully build without libstd
66
- name: "thumbv6m-none-eabi"
67
- env: TARGET=thumbv6m-none-eabi CROSS=1 NO_STD=1
+ env: TARGET=thumbv6m-none-eabi NO_STD=1
68
+ script:
69
+ # cross doesn't seem to work with thumb targets...
70
+ - rustup target install $TARGET
71
+ - sh ci/run.sh
72
73
install: travis_retry rustup target add "${TARGET}"
74
script: sh ci/run.sh
0 commit comments