Introducing some variety.

This commit is contained in:
Daniel Lemire 2020-06-23 18:58:38 -04:00
parent b408d7c95e
commit 21eff5b825
1 changed files with 7 additions and 1 deletions

View File

@ -7,7 +7,8 @@ steps:
environment: environment:
CC: gcc CC: gcc
CXX: g++ CXX: g++
BUILD_FLAGS: -- -j -DSIMDJSON_BUILD_STATIC=ON BUILD_FLAGS: -- -j
CMAKE_FLAGS: -DSIMDJSON_BUILD_STATIC=ON
CTEST_FLAGS: -j4 --output-on-failure -E checkperf CTEST_FLAGS: -j4 --output-on-failure -E checkperf
commands: commands:
- apt-get update -qq - apt-get update -qq
@ -33,6 +34,7 @@ steps:
CC: clang-6.0 CC: clang-6.0
CXX: clang++-6.0 CXX: clang++-6.0
BUILD_FLAGS: -- -j BUILD_FLAGS: -- -j
CMAKE_FLAGS: -DSIMDJSON_BUILD_STATIC=ON
CTEST_FLAGS: -j4 --output-on-failure -E checkperf CTEST_FLAGS: -j4 --output-on-failure -E checkperf
commands: commands:
- mkdir build - mkdir build
@ -96,6 +98,7 @@ steps:
CC: gcc CC: gcc
CXX: g++ CXX: g++
BUILD_FLAGS: -- -j BUILD_FLAGS: -- -j
CMAKE_FLAGS: -DSIMDJSON_BUILD_STATIC=ON
CTEST_FLAGS: -j4 --output-on-failure -E checkperf CTEST_FLAGS: -j4 --output-on-failure -E checkperf
commands: commands:
- apt-get update -qq - apt-get update -qq
@ -144,6 +147,7 @@ steps:
CC: gcc CC: gcc
CXX: g++ CXX: g++
BUILD_FLAGS: -- -j BUILD_FLAGS: -- -j
CMAKE_FLAGS: -DSIMDJSON_BUILD_STATIC=ON
CTEST_FLAGS: -j4 --output-on-failure -E checkperf CTEST_FLAGS: -j4 --output-on-failure -E checkperf
commands: commands:
- apt-get update -qq - apt-get update -qq
@ -228,6 +232,7 @@ steps:
image: gcc:8 image: gcc:8
environment: environment:
BUILD_FLAGS: -- -j BUILD_FLAGS: -- -j
CMAKE_FLAGS: -DSIMDJSON_BUILD_STATIC=ON
CTEST_FLAGS: -j4 --output-on-failure -E checkperf CTEST_FLAGS: -j4 --output-on-failure -E checkperf
CC: gcc CC: gcc
CXX: g++ CXX: g++
@ -278,6 +283,7 @@ steps:
CC: clang-9 CC: clang-9
CXX: clang++-9 CXX: clang++-9
BUILD_FLAGS: -- -j BUILD_FLAGS: -- -j
CMAKE_FLAGS: -DSIMDJSON_BUILD_STATIC=ON
CTEST_FLAGS: -j4 --output-on-failure -E checkperf CTEST_FLAGS: -j4 --output-on-failure -E checkperf
CXXFLAGS: -stdlib=libc++ CXXFLAGS: -stdlib=libc++
commands: commands: