Swap make for ninja in Fedora CI
Take advantage of extra cores on hetzner machine
This commit is contained in:
parent
184a592f82
commit
f4b9a92b94
|
@ -26,9 +26,8 @@ fedora_build_linux:
|
||||||
-DKICAD_USE_OCC=ON
|
-DKICAD_USE_OCC=ON
|
||||||
-DKICAD_SPICE=ON
|
-DKICAD_SPICE=ON
|
||||||
-DKICAD_BUILD_I18N=ON
|
-DKICAD_BUILD_I18N=ON
|
||||||
-DKICAD_BUILD_PNS_DEBUG_TOOL=ON
|
|
||||||
../../
|
../../
|
||||||
- make 2>&1 | tee compilation_log.txt
|
- ninja 2>&1 | tee compilation_log.txt
|
||||||
- cd ../../
|
- cd ../../
|
||||||
artifacts:
|
artifacts:
|
||||||
# Only save the artifacts that are needed for running the tests in the next stage
|
# Only save the artifacts that are needed for running the tests in the next stage
|
||||||
|
|
Loading…
Reference in New Issue