Skip to content

Commit

Permalink
docker_run add cppcheck ubuntu 17.04
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed Jun 1, 2017
1 parent 3ec1ab0 commit 3775c50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tools/docker_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ elif [[ $@ =~ .*eagle.* ]] || [[ $@ =~ .*excelsior.* ]]; then
elif [[ $@ =~ .*clang.* ]] || [[ $@ =~ .*scan-build.* ]]; then
# clang tools
PX4_DOCKER_REPO="px4io/px4-dev-clang:2017-04-22"
elif [[ $@ =~ .*cppcheck.* ]]; then
# need Ubuntu 17.04 for cppcheck cmake support
# TODO: remove this once px4io/px4-dev-base updates
PX4_DOCKER_REPO=px4io/px4-dev-base:ubuntu17.04
elif [[ $@ =~ .*tests* ]]; then
# run all tests with simulation
PX4_DOCKER_REPO="px4io/px4-dev-simulation:2017-04-22"
Expand Down

0 comments on commit 3775c50

Please sign in to comment.