gitlab-ci: Adjust CI tags

This makes it build on GNOME infra
This commit is contained in:
Guido Günther
2021-08-07 10:54:27 +02:00
parent 4efe57cbb4
commit 2c662e0630

View File

@ -4,10 +4,6 @@ stages:
- build
- test
.tags: &tags
tags:
- librem5
before_script:
- apt-get -y update
- apt-get -y install wget ca-certificates gnupg
@ -16,7 +12,6 @@ before_script:
- apt-get -y update
build_docs:
<<: *tags
stage: build
artifacts:
paths:
@ -27,8 +22,6 @@ build_docs:
- ./doc/build.sh _build
build_meson:
tags:
- librem5
stage: build
artifacts:
paths:
@ -40,8 +33,6 @@ build_meson:
- ninja -C _build install
build_deb:
tags:
- librem5
stage: build
artifacts:
paths:
@ -55,8 +46,6 @@ build_deb:
build_deb:amber:
image: pureos/amber
tags:
- librem5
stage: build
artifacts:
paths:
@ -72,8 +61,6 @@ build_deb:amber:
build_deb:buster:
image: "debian:buster"
tags:
- librem5
stage: build
artifacts:
paths:
@ -90,7 +77,7 @@ build_deb:buster:
build_deb:arm64:
tags:
- librem5:arm64
- aarch64
stage: build
artifacts:
paths:
@ -105,7 +92,7 @@ build_deb:arm64:
build_deb:arm64_buster:
image: "debian:buster"
tags:
- librem5:arm64
- aarch64
stage: build
artifacts:
paths:
@ -120,7 +107,6 @@ build_deb:arm64_buster:
- cp ../*.deb .
test_lintian:
<<: *tags
stage: test
dependencies:
- build_deb
@ -129,8 +115,6 @@ test_lintian:
- lintian *.deb
test:
tags:
- librem5
stage: test
needs:
- build_meson
@ -142,7 +126,6 @@ test:
- clang-tidy --checks=-clang-diagnostic-missing-braces,readability-braces-around-statements, --warnings-as-errors=readability-braces-around-statements -extra-arg=-Wno-unknown-warning-option ../src/*.c ../eek/*.c ../eekboard/*.c
check_release:
<<: *tags
stage: test
only:
refs: