File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181
181
- ccache --max-size=1G
182
182
- cmake -H. -Bbuild '-DCMAKE_BUILD_TYPE=Release' '-DCMAKE_CXX_COMPILER=g++-5'
183
183
- cmake --build build -- -j4
184
- script : (cd build; ctest -V -L CORE)
184
+ script : (cd build; ctest -V -L CORE -j2 )
185
185
186
186
- stage : Test different OS/CXX/Flags
187
187
os : osx
@@ -197,7 +197,7 @@ jobs:
197
197
- ccache --max-size=1G
198
198
- cmake -H. -Bbuild '-DCMAKE_BUILD_TYPE=Release' '-DCMAKE_OSX_ARCHITECTURES=x86_64'
199
199
- cmake --build build -- -j4
200
- script : (cd build; ctest -V -L CORE)
200
+ script : (cd build; ctest -V -L CORE -j2 )
201
201
202
202
203
203
# Run Coverity
@@ -251,7 +251,7 @@ install:
251
251
252
252
script :
253
253
- if [ -e bin/gcc ] ; then export PATH=$PWD/bin:$PATH ; fi ;
254
- - env UBSAN_OPTIONS=print_stacktrace=1 make -C regression test "CXX=${COMPILER}" "CXXFLAGS=-Wall -Werror -pedantic -O2 -g ${EXTRA_CXXFLAGS}"
254
+ - env UBSAN_OPTIONS=print_stacktrace=1 make -C regression test "CXX=${COMPILER}" "CXXFLAGS=-Wall -Werror -pedantic -O2 -g ${EXTRA_CXXFLAGS}" -j2
255
255
- make -C unit "CXX=${COMPILER}" "CXXFLAGS=-Wall -Werror -pedantic -O2 -g ${EXTRA_CXXFLAGS}" -j2
256
256
- make -C unit test
257
257
You can’t perform that action at this time.
0 commit comments