diff options
author | 2019-03-16 22:00:32 +0000 | |
---|---|---|
committer | 2019-03-16 22:00:32 +0000 | |
commit | 4a0e534b805bbf45e1c014e73fe9ee3103005705 (patch) | |
tree | d5ffdc8b248b075f91bafe94a0046ec1f98e6dcd /cortex-m-rt | |
parent | 31fe0d64d87c2d305a96e060f5e9f54d1ff1377f (diff) | |
download | cortex-m-4a0e534b805bbf45e1c014e73fe9ee3103005705.tar.gz cortex-m-4a0e534b805bbf45e1c014e73fe9ee3103005705.tar.zst cortex-m-4a0e534b805bbf45e1c014e73fe9ee3103005705.zip |
Add thumv8m.main-none-eabi to Travis test matrix
Diffstat (limited to 'cortex-m-rt')
-rw-r--r-- | cortex-m-rt/.travis.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cortex-m-rt/.travis.yml b/cortex-m-rt/.travis.yml index f28520b..e53d7a6 100644 --- a/cortex-m-rt/.travis.yml +++ b/cortex-m-rt/.travis.yml @@ -22,6 +22,10 @@ matrix: rust: stable if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) + - env: TARGET=thumbv8m.main-none-eabi + rust: stable + if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) + - env: TARGET=x86_64-unknown-linux-gnu rust: nightly if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) @@ -42,6 +46,10 @@ matrix: rust: nightly if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) + - env: TARGET=thumbv8m.main-none-eabi + rust: nightly + if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) + before_install: set -e install: |