Give this build its own name

This commit is contained in:
Jon Evans 2021-03-31 20:55:05 -04:00
parent d4950ebc42
commit 31b50aac76
1 changed files with 2 additions and 1 deletions

View File

@ -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