summaryrefslogtreecommitdiff
path: root/.gitlab-ci/build
diff options
context:
space:
mode:
authorHelen Koike <helen.koike@collabora.com>2022-11-21 14:14:24 -0300
committerHelen Koike <helen.koike@collabora.com>2023-01-25 08:58:25 -0300
commit068dc91317d3f145f2ed104c91c568e7d7b251f1 (patch)
tree918947f80f2362829602d0f2442ff5c7c781b01a /.gitlab-ci/build
parent3cb7a8537be66aaf99b16ec5ff190150d8a6a547 (diff)
downloadmesa-068dc91317d3f145f2ed104c91c568e7d7b251f1.tar.gz
ci: export artifacts from debian-android
export mesa build from this job, so it can be picked up by an android testing job. Co-developed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Signed-off-by: Helen Koike <helen.koike@collabora.com> Reviewed-by: Sergi Blanch Torné <sergi.blanch.torne@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20019>
Diffstat (limited to '.gitlab-ci/build')
-rw-r--r--.gitlab-ci/build/gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml
index 92bff4ce218..baf8cb3776f 100644
--- a/.gitlab-ci/build/gitlab-ci.yml
+++ b/.gitlab-ci/build/gitlab-ci.yml
@@ -314,6 +314,7 @@ debian-android:
extends:
- .meson-cross
- .use-debian/android_build
+ - .ci-deqp-artifacts
variables:
UNWIND: "disabled"
C_ARGS: >
@@ -356,6 +357,8 @@ debian-android:
-D gallium-rusticl=false
LLVM_VERSION: ""
PKG_CONFIG_LIBDIR: "/disable/non/android/system/pc/files"
+ ARTIFACTS_DEBUG_SYMBOLS: 1
+ MINIO_ARTIFACT_NAME: mesa-x86_64-android
script:
- CROSS=aarch64-linux-android GALLIUM_DRIVERS=etnaviv,freedreno,lima,panfrost,vc4,v3d VULKAN_DRIVERS=freedreno,broadcom,virtio-experimental .gitlab-ci/meson/build.sh
# x86_64 build:
@@ -364,6 +367,7 @@ debian-android:
# drivers because they requires LLVM, which we don't have an Android build
# of.
- CROSS=x86_64-linux-android GALLIUM_DRIVERS=iris,virgl VULKAN_DRIVERS=amd,intel .gitlab-ci/meson/build.sh
+ - .gitlab-ci/prepare-artifacts.sh
.meson-cross:
extends: