[glib/wip/pwithnall/ci-cleanups: 3/7] ci: Rename .build template to .build-linux
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/pwithnall/ci-cleanups: 3/7] ci: Rename .build template to .build-linux
- Date: Sun, 20 Feb 2022 12:50:48 +0000 (UTC)
commit 0366f100ca647f7f3cf52302d5157ff42eda17ab
Author: Philip Withnall <pwithnall endlessos org>
Date: Sun Feb 20 12:33:09 2022 +0000
ci: Rename .build template to .build-linux
This name is more specific to what the template actually does.
This introduces no functional changes.
Signed-off-by: Philip Withnall <pwithnall endlessos org>
.gitlab-ci.yml | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1969b835d..113725ccc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,7 +35,7 @@ variables:
except:
- tags
-.build:
+.build-linux:
extends: .only-default
before_script:
- bash .gitlab-ci/show-execution-environment.sh
@@ -61,7 +61,7 @@ check-todos:
- .gitlab-ci/run-check-todos.sh
fedora-x86_64:
- extends: .build
+ extends: .build-linux
image: $FEDORA_IMAGE
stage: build
needs: []
@@ -110,7 +110,7 @@ fedora-x86_64:
- "_coverage"
debian-stable-x86_64:
- extends: .build
+ extends: .build-linux
image: $DEBIAN_IMAGE
stage: build
needs: []
@@ -141,7 +141,7 @@ debian-stable-x86_64:
installed-tests:
extends:
- - .build
+ - .build-linux
- .only-schedules
image: $FEDORA_IMAGE
stage: build
@@ -179,7 +179,7 @@ installed-tests:
G_DISABLE_ASSERT:
extends:
- - .build
+ - .build-linux
- .only-schedules
image: $FEDORA_IMAGE
stage: build
@@ -208,7 +208,7 @@ G_DISABLE_ASSERT:
valgrind:
extends:
- - .build
+ - .build-linux
- .only-schedules
image: $FEDORA_IMAGE
stage: analysis
@@ -243,7 +243,7 @@ valgrind:
- "_build/meson-logs"
.cross-template:
- extends: .build
+ extends: .build-linux
stage: build
needs: []
artifacts:
@@ -486,7 +486,7 @@ coverage:
scan-build:
extends:
- - .build
+ - .build-linux
- .only-schedules
image: $FEDORA_IMAGE
stage: analysis
@@ -512,7 +512,7 @@ scan-build:
coverity:
extends:
- - .build
+ - .build-linux
- .only-schedules
image: $COVERITY_IMAGE
stage: analysis
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]