CI: explicitly enable compiling w coverage in sanitycheck
Now that the native_posix board is not built by default with coverage, and that sanitycheck has an option to set it to, let's explicitly tell sanitycheck to build unit tests and for the native_board with coverage enabled. Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
This commit is contained in:
parent
c026c2ed82
commit
1545b378c8
|
@ -5,7 +5,7 @@ compiler: gcc
|
|||
env:
|
||||
global:
|
||||
- SDK=0.9.3
|
||||
- SANITYCHECK_OPTIONS=" --inline-logs"
|
||||
- SANITYCHECK_OPTIONS=" --inline-logs --enable-coverage"
|
||||
- SANITYCHECK_OPTIONS_RETRY="${SANITYCHECK_OPTIONS} --only-failed --outdir=out-2nd-pass"
|
||||
- ZEPHYR_SDK_INSTALL_DIR=/opt/sdk/zephyr-sdk-0.9.3
|
||||
- ZEPHYR_TOOLCHAIN_VARIANT=zephyr
|
||||
|
|
Loading…
Reference in a new issue