mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-25 11:42:10 +01:00
ci: Port from YAML anchors to GitLab extends
See https://docs.gitlab.com/ee/ci/yaml/yaml_optimization.html#use-extends-to-reuse-configuration-sections Since we’re already using `extends` in other places in the configuration file, it seems simpler to use it everywhere. This should introduce no functional changes. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
ae903744ee
commit
32aa9b7349
@ -235,7 +235,7 @@ valgrind:
|
|||||||
- "_build/glib/glibconfig.h"
|
- "_build/glib/glibconfig.h"
|
||||||
- "_build/meson-logs"
|
- "_build/meson-logs"
|
||||||
|
|
||||||
.cross-template: &cross-template
|
.cross-template:
|
||||||
extends: .build
|
extends: .build
|
||||||
stage: build
|
stage: build
|
||||||
needs: []
|
needs: []
|
||||||
@ -246,7 +246,7 @@ valgrind:
|
|||||||
- "_build/meson-logs"
|
- "_build/meson-logs"
|
||||||
|
|
||||||
cross-android_api21_arm64:
|
cross-android_api21_arm64:
|
||||||
<<: *cross-template
|
extends: .cross-template
|
||||||
image: $ANDROID_IMAGE
|
image: $ANDROID_IMAGE
|
||||||
script:
|
script:
|
||||||
# FIXME: add --werror
|
# FIXME: add --werror
|
||||||
@ -256,7 +256,7 @@ cross-android_api21_arm64:
|
|||||||
- ninja -C _build
|
- ninja -C _build
|
||||||
|
|
||||||
cross-android_api28_arm64:
|
cross-android_api28_arm64:
|
||||||
<<: *cross-template
|
extends: .cross-template
|
||||||
image: $ANDROID_IMAGE
|
image: $ANDROID_IMAGE
|
||||||
script:
|
script:
|
||||||
# FIXME: add --werror
|
# FIXME: add --werror
|
||||||
@ -264,7 +264,7 @@ cross-android_api28_arm64:
|
|||||||
- ninja -C _build
|
- ninja -C _build
|
||||||
|
|
||||||
cross-mingw64:
|
cross-mingw64:
|
||||||
<<: *cross-template
|
extends: .cross-template
|
||||||
image: $MINGW_IMAGE
|
image: $MINGW_IMAGE
|
||||||
script:
|
script:
|
||||||
# FIXME: Add --werror
|
# FIXME: Add --werror
|
||||||
|
Loading…
x
Reference in New Issue
Block a user