diff options
| author | Brian Cully <bjc@kublai.com> | 2019-08-14 21:16:46 -0400 |
|---|---|---|
| committer | Brian Cully <bjc@kublai.com> | 2019-08-17 20:52:57 -0400 |
| commit | 630f285720d883ec56f136ce4febcaa8a661ef0c (patch) | |
| tree | d72edc6d205bbf17af750ad9dc713b64064b423b | |
| parent | 787a118664b6e1ddf46abfdecfd8ad4cb8494882 (diff) | |
| download | atsamd-usb-host-630f285720d883ec56f136ce4febcaa8a661ef0c.tar.gz atsamd-usb-host-630f285720d883ec56f136ce4febcaa8a661ef0c.zip | |
Only build in CI for now. Testing is complicated.
| -rw-r--r-- | .travis.yml | 3 |
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 |
