We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ebe5c4 commit c0e7f82Copy full SHA for c0e7f82
.circleci/config.yml
@@ -118,7 +118,7 @@ jobs:
118
executor: gcc7
119
environment: { CMAKE_FLAGS: -DSIMDJSON_GOOGLE_BENCHMARKS=ON }
120
steps: [ install_cmake, cmake_test, cmake_install_test ]
121
- gcc10justlib:
+ justlib-gcc10:
122
description: Build just the library, install it and do a basic test
123
executor: gcc10
124
environment: { CMAKE_FLAGS: -SIMDJSON_JUST_LIBRARY=ON }
@@ -242,6 +242,9 @@ workflows:
242
- arch-haswell-gcc10
243
- arch-nehalem-gcc10
244
- no-computed-goto-gcc10
245
+
246
+ # testing "just the library"
247
+ - justlib-gcc10
248
249
# TODO add windows: https://circleci.com/docs/2.0/configuration-reference/#windows
250
0 commit comments