Skip to content

Commit

Permalink
Improve travis integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jpieper committed Aug 1, 2019
1 parent d616e6a commit 344ad95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
script: ./travis-ci.sh
dist: bionic
language: cpp
2 changes: 1 addition & 1 deletion travis-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
set -ev

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

0 comments on commit 344ad95

Please sign in to comment.