Skip to content

Commit 9054d35

Browse files
committed
Cleaning.
1 parent 1850395 commit 9054d35

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.circleci/config.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -186,21 +186,6 @@ commands:
186186

187187
jobs:
188188
# 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 ]
204189
justlib-clang3:
205190
description: Build just the library, install it and do a basic test
206191
executor: clang3
@@ -369,9 +354,6 @@ workflows:
369354
- justlib-clang3
370355
- justlib-clang4
371356
- justlib-clang5
372-
- justlib-clang3
373-
- justlib-clang4
374-
- justlib-clang5
375357
- justlib-gcc48
376358
- justlib-gcc49
377359
- justlib-gcc5

0 commit comments

Comments
 (0)