aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2019-08-14 21:16:46 -0400
committerBrian Cully <bjc@kublai.com>2019-08-17 20:52:57 -0400
commit630f285720d883ec56f136ce4febcaa8a661ef0c (patch)
treed72edc6d205bbf17af750ad9dc713b64064b423b
parent787a118664b6e1ddf46abfdecfd8ad4cb8494882 (diff)
downloadatsamd-usb-host-630f285720d883ec56f136ce4febcaa8a661ef0c.tar.gz
atsamd-usb-host-630f285720d883ec56f136ce4febcaa8a661ef0c.zip
Only build in CI for now. Testing is complicated.
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b52dc7a..2eeda40 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,7 @@
language: rust
+script:
+ - rustup target add thumbv7em-none-eabihf
+ - cargo build --target thumbv7em-none-eabihf --features samd21e18a
rust:
- stable
- beta