Skip to content

Commit e7e6ac5

Browse files
authored
Merge pull request simdjson#887 from simdjson/jkeiser/checkperf-less
Don't repeat circleci checkperf tests on drone
2 parents f346362 + d9ba455 commit e7e6ac5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.drone.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ steps:
88
CC: gcc
99
CXX: g++
1010
BUILD_FLAGS: -- -j
11-
CTEST_FLAGS: -j4 --output-on-failure
11+
CTEST_FLAGS: -j4 --output-on-failure -E checkperf
1212
commands:
1313
- apt-get update -qq
1414
- apt-get install -y cmake
@@ -33,7 +33,7 @@ steps:
3333
CC: clang-6.0
3434
CXX: clang++-6.0
3535
BUILD_FLAGS: -- -j
36-
CTEST_FLAGS: -j4 --output-on-failure
36+
CTEST_FLAGS: -j4 --output-on-failure -E checkperf
3737
commands:
3838
- mkdir build
3939
- cd build
@@ -56,7 +56,7 @@ steps:
5656
CXX: g++
5757
BUILD_FLAGS: -- -j
5858
CMAKE_FLAGS: -DSIMDJSON_BUILD_STATIC=OFF
59-
CTEST_FLAGS: -j4 --output-on-failure
59+
CTEST_FLAGS: -j4 --output-on-failure -E checkperf
6060
commands:
6161
- apt-get update -qq
6262
- apt-get install -y cmake
@@ -78,7 +78,7 @@ steps:
7878
CXX: clang++-9
7979
CMAKE_FLAGS: -DSIMDJSON_BUILD_STATIC=OFF
8080
BUILD_FLAGS: -- -j
81-
CTEST_FLAGS: -j4 --output-on-failure
81+
CTEST_FLAGS: -j4 --output-on-failure -E checkperf
8282
commands:
8383
- mkdir build
8484
- cd build
@@ -93,10 +93,10 @@ steps:
9393
- name: Build and Test
9494
image: gcc:9
9595
environment:
96-
BUILD_FLAGS: -- -j
97-
CTEST_FLAGS: -j4 --output-on-failure -E checkperf
9896
CC: gcc
9997
CXX: g++
98+
BUILD_FLAGS: -- -j
99+
CTEST_FLAGS: -j4 --output-on-failure -E checkperf
100100
commands:
101101
- apt-get update -qq
102102
- apt-get install -y cmake
@@ -141,10 +141,10 @@ steps:
141141
- name: Build and Test
142142
image: gcc:8
143143
environment:
144-
BUILD_FLAGS: -- -j
145-
CTEST_FLAGS: -j4 --output-on-failure
146144
CC: gcc
147145
CXX: g++
146+
BUILD_FLAGS: -- -j
147+
CTEST_FLAGS: -j4 --output-on-failure
148148
commands:
149149
- apt-get update -qq
150150
- apt-get install -y cmake
@@ -189,7 +189,7 @@ steps:
189189
CXX: g++
190190
BUILD_FLAGS: -- -j
191191
CMAKE_FLAGS: -DSIMDJSON_BUILD_STATIC=OFF
192-
CTEST_FLAGS: -j4 --output-on-failure
192+
CTEST_FLAGS: -j4 --output-on-failure -E checkperf
193193
commands:
194194
- apt-get update -qq
195195
- apt-get install -y cmake
@@ -210,7 +210,7 @@ steps:
210210
CXX: clang++-6.0
211211
CMAKE_FLAGS: -DSIMDJSON_BUILD_STATIC=OFF
212212
BUILD_FLAGS: -- -j
213-
CTEST_FLAGS: -j4 --output-on-failure
213+
CTEST_FLAGS: -j4 --output-on-failure -E checkperf
214214
commands:
215215
- apt-get update -qq
216216
- apt-get install -y clang cmake git

0 commit comments

Comments
 (0)