ci: Use Ninja with sanitycheck
Ninja is much faster than make in the context of CI. The issues with ninja and parallel builds has been partially resolved in sanitycheck. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
5f5bd8b9f2
commit
ac419c4a99
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ compiler: gcc
|
|||
env:
|
||||
global:
|
||||
- SDK=0.9.3
|
||||
- SANITYCHECK_OPTIONS=" --inline-logs --enable-coverage "
|
||||
- SANITYCHECK_OPTIONS=" --inline-logs --enable-coverage -N"
|
||||
- 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…
Add table
Add a link
Reference in a new issue