Give this build its own name
This commit is contained in:
parent
d4950ebc42
commit
31b50aac76
|
@ -1,7 +1,7 @@
|
||||||
##########################################################################
|
##########################################################################
|
||||||
# Build KiCad on Ubuntu 20.04 and save the results
|
# Build KiCad on Ubuntu 20.04 and save the results
|
||||||
##########################################################################
|
##########################################################################
|
||||||
build_linux:
|
build_ubuntu20.04:
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
- kicad-ubuntu20.04
|
- kicad-ubuntu20.04
|
||||||
|
@ -21,6 +21,7 @@ build_linux:
|
||||||
- mkdir -p build/linux
|
- mkdir -p build/linux
|
||||||
- cd build/linux
|
- cd build/linux
|
||||||
- cmake
|
- cmake
|
||||||
|
-G Ninja
|
||||||
-DCMAKE_C_COMPILER_LAUNCHER=ccache
|
-DCMAKE_C_COMPILER_LAUNCHER=ccache
|
||||||
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
|
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
|
||||||
-DCMAKE_BUILD_TYPE=Debug
|
-DCMAKE_BUILD_TYPE=Debug
|
||||||
|
|
Loading…
Reference in New Issue