File tree 1 file changed +11
-1
lines changed 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ executors:
7
7
- image : gcc:7
8
8
environment :
9
9
CXX : g++
10
+ gcc9 :
11
+ docker :
12
+ - image : gcc:9
13
+ environment :
14
+ CXX : g++
10
15
clang6 :
11
16
docker :
12
17
- image : ubuntu:18.04
@@ -22,7 +27,7 @@ commands:
22
27
make_test :
23
28
steps :
24
29
- checkout
25
- - run : make
30
+ - run : EXTRAFLAGS=-Werror make
26
31
- run : make amalgamate
27
32
- run : ARCHFLAGS=-march=haswell make amalgamate # some users do this: https://github.com/lemire/simdjson/issues/444
28
33
- run : make test
65
70
environment : { CMAKE_TEST_FLAGS: -DSIMDJSON_ENABLE_THREADS=ON }
66
71
steps : [ init_clang6, cmake_test ]
67
72
73
+ gcc9-avx :
74
+ description : Build, run tests and check performance on GCC 9 and AVX 2
75
+ executor : gcc9
76
+ steps : [ make_test ]
68
77
gcc-avx :
69
78
description : Build, run tests and check performance on GCC 7 and AVX 2
70
79
executor : gcc7
@@ -162,6 +171,7 @@ workflows:
162
171
build_and_test :
163
172
jobs :
164
173
- gcc-avx
174
+ - gcc9-avx
165
175
- gcc-avx-dynamic
166
176
- gcc-avx-static
167
177
- gcc-avx-google-benchmarks
You can’t perform that action at this time.
0 commit comments