We do not properly test just library.

This commit is contained in:
Daniel Lemire 2020-06-28 12:25:17 -04:00
parent 6b85b9a416
commit 172d669780
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ jobs:
justlib-gcc10:
description: Build just the library, install it and do a basic test
executor: gcc10
environment: { CMAKE_FLAGS: -SIMDJSON_JUST_LIBRARY=ON }
environment: { CMAKE_FLAGS: -DSIMDJSON_JUST_LIBRARY=ON }
steps: [ cmake_build, cmake_install_test ]
gcc10:
description: Build and run tests on GCC 10 and AVX 2 with a cmake static build, this test performance regression