Tools: add omnibusf4pro-one to build_ci to check single gps/compass build

This commit is contained in:
bugobliterator 2021-05-20 13:48:52 +05:30 committed by Andrew Tridgell
parent 0172b867b7
commit d00f75203c
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@ export CHIBIOS_GIT_VERSION="ci_test"
export CCACHE_SLOPPINESS="include_file_ctime,include_file_mtime"
autotest_args=""
# If CI_BUILD_TARGET is not set, build 3 different ones
# If CI_BUILD_TARGET is not set, build 4 different ones
if [ -z "$CI_BUILD_TARGET" ]; then
CI_BUILD_TARGET="sitl linux fmuv3"
CI_BUILD_TARGET="sitl linux fmuv3 omnibusf4pro-one"
fi
waf=modules/waf/waf-light