Enabling the tests.
This commit is contained in:
parent
7ebe5c4bcf
commit
c0e7f824df
|
@ -118,7 +118,7 @@ jobs:
|
||||||
executor: gcc7
|
executor: gcc7
|
||||||
environment: { CMAKE_FLAGS: -DSIMDJSON_GOOGLE_BENCHMARKS=ON }
|
environment: { CMAKE_FLAGS: -DSIMDJSON_GOOGLE_BENCHMARKS=ON }
|
||||||
steps: [ install_cmake, cmake_test, cmake_install_test ]
|
steps: [ install_cmake, cmake_test, cmake_install_test ]
|
||||||
gcc10justlib:
|
justlib-gcc10:
|
||||||
description: Build just the library, install it and do a basic test
|
description: Build just the library, install it and do a basic test
|
||||||
executor: gcc10
|
executor: gcc10
|
||||||
environment: { CMAKE_FLAGS: -SIMDJSON_JUST_LIBRARY=ON }
|
environment: { CMAKE_FLAGS: -SIMDJSON_JUST_LIBRARY=ON }
|
||||||
|
@ -243,5 +243,8 @@ workflows:
|
||||||
- arch-nehalem-gcc10
|
- arch-nehalem-gcc10
|
||||||
- no-computed-goto-gcc10
|
- no-computed-goto-gcc10
|
||||||
|
|
||||||
|
# testing "just the library"
|
||||||
|
- justlib-gcc10
|
||||||
|
|
||||||
# TODO add windows: https://circleci.com/docs/2.0/configuration-reference/#windows
|
# TODO add windows: https://circleci.com/docs/2.0/configuration-reference/#windows
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue