From 31b50aac76590f8834dca35a7d1e6f533749fb82 Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Wed, 31 Mar 2021 20:55:05 -0400 Subject: [PATCH] Give this build its own name --- .gitlab/Ubuntu-20.04-CI.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab/Ubuntu-20.04-CI.yml b/.gitlab/Ubuntu-20.04-CI.yml index dfb931ffb5..50e2df0add 100644 --- a/.gitlab/Ubuntu-20.04-CI.yml +++ b/.gitlab/Ubuntu-20.04-CI.yml @@ -1,7 +1,7 @@ ########################################################################## # Build KiCad on Ubuntu 20.04 and save the results ########################################################################## -build_linux: +build_ubuntu20.04: stage: build tags: - kicad-ubuntu20.04 @@ -21,6 +21,7 @@ build_linux: - mkdir -p build/linux - cd build/linux - cmake + -G Ninja -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=Debug