Swap make for ninja in Fedora CI

Take advantage of extra cores on hetzner machine
This commit is contained in:
Seth Hillbrand 2022-01-06 19:41:12 -08:00
parent 184a592f82
commit f4b9a92b94
1 changed files with 1 additions and 2 deletions

View File

@ -26,9 +26,8 @@ fedora_build_linux:
-DKICAD_USE_OCC=ON
-DKICAD_SPICE=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 ../../
artifacts:
# Only save the artifacts that are needed for running the tests in the next stage