sanitycheck: asserts are now enabled by default
sanitycheck now runs with asserts enabled, so no need for this option anymore. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
0e6689d559
commit
bd2838bb78
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ compiler: gcc
|
|||
env:
|
||||
global:
|
||||
- SDK=0.9.2
|
||||
- SANITYCHECK_OPTIONS=" --inline-logs -R"
|
||||
- SANITYCHECK_OPTIONS=" --inline-logs"
|
||||
- SANITYCHECK_OPTIONS_RETRY="${SANITYCHECK_OPTIONS} --only-failed --outdir=out-2nd-pass"
|
||||
- ZEPHYR_SDK_INSTALL_DIR=/opt/sdk/zephyr-sdk-0.9.2
|
||||
- ZEPHYR_GCC_VARIANT=zephyr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue