Browse Source

travis: run unit tests

master
Peter Barker 5 years ago committed by Andrew Tridgell
parent
commit
abae134f53
  1. 3
      .travis.yml

3
.travis.yml

@ -72,6 +72,9 @@ matrix:
- if: type != cron - if: type != cron
compiler: "clang-7" compiler: "clang-7"
env: CI_BUILD_TARGET="sitltest-rover sitltest-sub sitltest-balancebot" env: CI_BUILD_TARGET="sitltest-rover sitltest-sub sitltest-balancebot"
- if: type != cron
compiler: "gcc"
env: CI_BUILD_TARGET="unit-tests"
- if: type != cron - if: type != cron
compiler: "clang-7" compiler: "clang-7"
env: CI_BUILD_TARGET="sitl"" env: CI_BUILD_TARGET="sitl""

Loading…
Cancel
Save