travis-ci add GCC7 SITL build and tests

-closes #7539
This commit is contained in:
Daniel Agar 2017-07-18 21:36:55 -04:00
parent b9c1d87876
commit 02cee07469
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,11 @@ matrix:
services:
- docker
env: BUILD_TARGET=tests
- os: linux
sudo: required
services:
- docker
env: BUILD_TARGET=tests PX4_DOCKER_REPO=px4io/px4-dev-base:ubuntu17.10
- os: linux
sudo: required
services: