Skip to content

Commit

Permalink
Merge pull request #943 from bjfish/singlepass-aarch64-travis
Browse files Browse the repository at this point in the history
Singlepass Travis CI build
  • Loading branch information
losfair authored Nov 12, 2019
2 parents 03c5614 + 9828a37 commit 8db67e4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
arch:
- arm64

language: rust
rust:
- nightly

script:
- make spectests-singlepass

addons:
apt:
packages:
- cmake

branches:
only:
- feature/singlepass-aarch64

0 comments on commit 8db67e4

Please sign in to comment.