Prevent oom on cirrus ci
This commit is contained in:
parent
1210c3e11b
commit
79bae8a96a
@ -7,11 +7,11 @@ check_task:
|
|||||||
- tar xfz cmake-3.20.2.tar.gz
|
- tar xfz cmake-3.20.2.tar.gz
|
||||||
- cd cmake-3.20.2
|
- cd cmake-3.20.2
|
||||||
- ./configure
|
- ./configure
|
||||||
- make cmake ctest -j10
|
- make cmake ctest -j4
|
||||||
- cd ..
|
- cd ..
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- ../cmake-3.20.2/bin/cmake .. -DJSON_FastTests=ON
|
- ../cmake-3.20.2/bin/cmake .. -DJSON_FastTests=ON
|
||||||
- make -j10
|
- make -j4
|
||||||
- cd tests
|
- cd tests
|
||||||
- ../../cmake-3.20.2/bin/ctest -j10
|
- ../../cmake-3.20.2/bin/ctest -j4
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user