Skip to content
Snippets Groups Projects
Commit 1dfe51b1 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Travis CI: OS X needs to build at least onene Firmware target

parent f511d49c
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,7 @@ script:
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
docker run --rm -v `pwd`:`pwd`:rw -v $HOME/.ccache:$HOME/.ccache:rw -e CCACHE_DIR=$HOME/.ccache -e GIT_SUBMODULES_ARE_EVIL=1 -w=`pwd` --user=$UID -it ${DOCKER_REPO} /bin/bash -c "make check_qgc_firmware VECTORCONTROL=1";
elif [ "${TRAVIS_OS_NAME}" = "osx" ]; then
make px4fmu-v4_default
make tests;
fi
- ccache -s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment