Skip to content

Commit

Permalink
travis-ci run check_format
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed Jan 14, 2017
1 parent 207f08a commit d8f423a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -14,6 +14,11 @@ matrix:
services:
- docker
env: BUILD_TARGET=qgc_firmware
- os: linux
sudo: required
services:
- docker
env: BUILD_TARGET=check_format
- os: linux
sudo: required
services:
Expand Down Expand Up @@ -43,6 +48,8 @@ env:
script:
- if [[ "${BUILD_TARGET}" = "qgc_firmware" && "${TRAVIS_BRANCH}" != "coverity" ]]; then
./Tools/docker_run.sh 'make qgc_firmware';
elif [[ "${BUILD_TARGET}" = "check_format" && "${TRAVIS_BRANCH}" != "coverity" ]]; then
./Tools/docker_run.sh 'make check_format';
elif [[ "${BUILD_TARGET}" = "clang-tidy" && "${TRAVIS_BRANCH}" != "coverity" ]]; then
PX4_DOCKER_REPO=px4io/px4-dev-clang ./Tools/docker_run.sh 'make clang-tidy';
elif [ "${TRAVIS_OS_NAME}" = "osx" ]; then
Expand Down

0 comments on commit d8f423a

Please sign in to comment.