summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-11-16 11:13:36 +0000
committerEric Engestrom <eric.engestrom@intel.com>2019-11-23 00:37:06 +0000
commit9d48895425a2d51287455e2c63517cdacd879953 (patch)
tree678bf116e0870d9f969a2f943413048d7d5a0563 /.gitlab-ci.yml
parenta39c34e64ad83e134fe276ead1bad8bffb4d454e (diff)
downloaddrm-9d48895425a2d51287455e2c63517cdacd879953.tar.gz
gitlab-ci: add PowerPC build
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 43465efb..27b9b1a5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@
# repository's registry will be used there as well.
variables:
UPSTREAM_REPO: mesa/drm
- DEBIAN_TAG: "2019-11-12"
+ DEBIAN_TAG: "2019-11-16"
DEBIAN_VERSION: buster-slim
DEBIAN_IMAGE: "$CI_REGISTRY_IMAGE/debian/$DEBIAN_VERSION:$DEBIAN_TAG"
@@ -106,6 +106,11 @@ meson-armhf:
variables:
CROSS: armhf
+meson-ppc64el:
+ extends: meson-x86_64
+ variables:
+ CROSS: ppc64el
+
meson-arch-daily:
rules:
- if: '$SCHEDULE == "arch-daily"'