Remove tag to allow MR CI

We need to generate a separate chain for MR validation but until that is
ready, let's keep this available and use our VM to run untagged as well
This commit is contained in:
Seth Hillbrand 2022-01-19 11:00:47 -08:00
parent 47c0672ff3
commit 980fd00933
1 changed files with 4 additions and 3 deletions

View File

@ -3,8 +3,9 @@
##########################################################################
fedora_build_linux:
stage: build
tags:
- kicad-fedora
# Don't tag until we have separate CI for MRs
# tags:
# - kicad-fedora
image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:34
extends: .only_code
interruptible: false
@ -22,7 +23,7 @@ fedora_build_linux:
- cd build/linux
- cmake
-G Ninja
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_BUILD_TYPE=RelWithDebInfo
-DKICAD_STDLIB_LIGHT_DEBUG=ON
-DKICAD_USE_OCC=ON
-DKICAD_SPICE=ON