File tree 1 file changed +0
-18
lines changed
1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -186,21 +186,6 @@ commands:
186
186
187
187
jobs :
188
188
# legacy compilers
189
- justlib-clang3 :
190
- description : Build just the library, install it and do a basic test
191
- executor : clang3
192
- environment : { CMAKE_FLAGS: -DSIMDJSON_JUST_LIBRARY=ON }
193
- steps : [ cmake_build, cmake_install_test ]
194
- justlib-clang4 :
195
- description : Build just the library, install it and do a basic test
196
- executor : clang4
197
- environment : { CMAKE_FLAGS: -DSIMDJSON_JUST_LIBRARY=ON }
198
- steps : [ cmake_build, cmake_install_test ]
199
- justlib-clang5 :
200
- description : Build just the library, install it and do a basic test
201
- executor : clang5
202
- environment : { CMAKE_FLAGS: -DSIMDJSON_JUST_LIBRARY=ON }
203
- steps : [ cmake_build, cmake_install_test ]
204
189
justlib-clang3 :
205
190
description : Build just the library, install it and do a basic test
206
191
executor : clang3
@@ -369,9 +354,6 @@ workflows:
369
354
- justlib-clang3
370
355
- justlib-clang4
371
356
- justlib-clang5
372
- - justlib-clang3
373
- - justlib-clang4
374
- - justlib-clang5
375
357
- justlib-gcc48
376
358
- justlib-gcc49
377
359
- justlib-gcc5
You can’t perform that action at this time.
0 commit comments