[glib/wip/pwithnall/ci-cleanups: 4/7] ci: Rename .cross-template to .cross-build-linux
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/pwithnall/ci-cleanups: 4/7] ci: Rename .cross-template to .cross-build-linux
- Date: Sun, 20 Feb 2022 12:50:48 +0000 (UTC)
commit 02da6e81717fe4f9ba2ce9e38240c9784e8c2da2
Author: Philip Withnall <pwithnall endlessos org>
Date: Sun Feb 20 12:34:20 2022 +0000
ci: Rename .cross-template to .cross-build-linux
This makes the name a bit more descriptive, and makes it match the rest
of the naming scheme.
This introduces no functional changes.
Signed-off-by: Philip Withnall <pwithnall endlessos org>
.gitlab-ci.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 113725ccc..bb6077074 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -242,7 +242,7 @@ valgrind:
- "_build/glib/glibconfig.h"
- "_build/meson-logs"
-.cross-template:
+.cross-build-linux:
extends: .build-linux
stage: build
needs: []
@@ -253,7 +253,7 @@ valgrind:
- "_build/meson-logs"
cross-android_api21_arm64:
- extends: .cross-template
+ extends: .cross-build-linux
image: $ANDROID_IMAGE
script:
# FIXME: add --werror
@@ -263,7 +263,7 @@ cross-android_api21_arm64:
- ninja -C _build
cross-android_api28_arm64:
- extends: .cross-template
+ extends: .cross-build-linux
image: $ANDROID_IMAGE
script:
# FIXME: add --werror
@@ -271,7 +271,7 @@ cross-android_api28_arm64:
- ninja -C _build
cross-mingw64:
- extends: .cross-template
+ extends: .cross-build-linux
image: $MINGW_IMAGE
script:
# FIXME: Add --werror
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]