From f4b9a92b94b6e77d0f2789f25cc05df8fe15d22a Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Thu, 6 Jan 2022 19:41:12 -0800 Subject: [PATCH] Swap make for ninja in Fedora CI Take advantage of extra cores on hetzner machine --- .gitlab/Fedora-Linux-CI.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab/Fedora-Linux-CI.yml b/.gitlab/Fedora-Linux-CI.yml index a3b28bcc75..dada3d46c2 100644 --- a/.gitlab/Fedora-Linux-CI.yml +++ b/.gitlab/Fedora-Linux-CI.yml @@ -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