Skip to content

Commit

Permalink
An attempt at travis-ci integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jpieper committed Jul 31, 2019
1 parent 1dccd76 commit d616e6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
script: ./travis-ci.sh
dist: bionic
6 changes: 6 additions & 0 deletions travis-ci.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh

set -ev

./tools/bazel test //:host
./tools/bazel test --cpu=stm32f4 -c opt //:target

0 comments on commit d616e6a

Please sign in to comment.