Skip to content

Commit c0e7f82

Browse files
committed
Enabling the tests.
1 parent 7ebe5c4 commit c0e7f82

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
executor: gcc7
119119
environment: { CMAKE_FLAGS: -DSIMDJSON_GOOGLE_BENCHMARKS=ON }
120120
steps: [ install_cmake, cmake_test, cmake_install_test ]
121-
gcc10justlib:
121+
justlib-gcc10:
122122
description: Build just the library, install it and do a basic test
123123
executor: gcc10
124124
environment: { CMAKE_FLAGS: -SIMDJSON_JUST_LIBRARY=ON }
@@ -242,6 +242,9 @@ workflows:
242242
- arch-haswell-gcc10
243243
- arch-nehalem-gcc10
244244
- no-computed-goto-gcc10
245+
246+
# testing "just the library"
247+
- justlib-gcc10
245248

246249
# TODO add windows: https://circleci.com/docs/2.0/configuration-reference/#windows
247250

0 commit comments

Comments
 (0)