mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 22:46:15 +01:00
ci: Use shorter job names
Job names in gitlab pipeline view gets truncated to "fedora-meson-..." for all jobs which is not really useful. All our CIs are using Meson, and the host distro is not relevant when doing cross builds.
This commit is contained in:
parent
9a76e08ae1
commit
94748af0e1
@ -12,7 +12,7 @@ cache:
|
||||
variables:
|
||||
MESON_TEST_TIMEOUT_MULTIPLIER: 2
|
||||
|
||||
fedora-meson-x86_64:
|
||||
fedora-x86_64:
|
||||
stage: build
|
||||
except:
|
||||
- tags
|
||||
@ -31,7 +31,7 @@ fedora-meson-x86_64:
|
||||
- "_build/meson-logs"
|
||||
- "_coverage"
|
||||
|
||||
fedora-meson-android_api21_arm64:
|
||||
cross-android_api21_arm64:
|
||||
stage: build
|
||||
except:
|
||||
- tags
|
||||
@ -45,7 +45,7 @@ fedora-meson-android_api21_arm64:
|
||||
paths:
|
||||
- "_build/meson-logs"
|
||||
|
||||
fedora-meson-mingw64:
|
||||
cross-mingw64:
|
||||
stage: build
|
||||
except:
|
||||
- tags
|
||||
|
Loading…
Reference in New Issue
Block a user