Let us get circle ci to be more aggressive

This commit is contained in:
Daniel Lemire 2020-03-26 20:10:34 -04:00
parent 6a8ec95a46
commit f581627d10
1 changed files with 3 additions and 4 deletions

View File

@ -45,14 +45,13 @@ commands:
steps:
- checkout
- run: EXTRAFLAGS=-Werror make
- run: make amalgamate
- run: EXTRAFLAGS=-Werror make amalgamate
- run: ARCHFLAGS=-march=haswell make amalgamate # some users do this: https://github.com/lemire/simdjson/issues/444
- run: make test
- run: make checkperf
- run: EXTRAFLAGS=-Werror make test
- run: EXTRAFLAGS=-Werror make checkperf
- run: make clean
- run: ARCHFLAGS=-march=haswell make test # this breaks runtime dispatch, but see https://github.com/lemire/simdjson/issues/444... this is a code robustness test
- run: make clean
- run: EXTRAFLAGS=-DSIMDJSON_NO_COMPUTED_GOTO=true make test # this should run tests with computed gotos disabled
cmake_test:
steps: