mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +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:
|
variables:
|
||||||
MESON_TEST_TIMEOUT_MULTIPLIER: 2
|
MESON_TEST_TIMEOUT_MULTIPLIER: 2
|
||||||
|
|
||||||
fedora-meson-x86_64:
|
fedora-x86_64:
|
||||||
stage: build
|
stage: build
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
@ -31,7 +31,7 @@ fedora-meson-x86_64:
|
|||||||
- "_build/meson-logs"
|
- "_build/meson-logs"
|
||||||
- "_coverage"
|
- "_coverage"
|
||||||
|
|
||||||
fedora-meson-android_api21_arm64:
|
cross-android_api21_arm64:
|
||||||
stage: build
|
stage: build
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
@ -45,7 +45,7 @@ fedora-meson-android_api21_arm64:
|
|||||||
paths:
|
paths:
|
||||||
- "_build/meson-logs"
|
- "_build/meson-logs"
|
||||||
|
|
||||||
fedora-meson-mingw64:
|
cross-mingw64:
|
||||||
stage: build
|
stage: build
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
|
Loading…
Reference in New Issue
Block a user