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:
Xavier Claessens 2018-06-22 11:08:06 -04:00
parent 9a76e08ae1
commit 94748af0e1

View File

@ -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