summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-05-08 18:17:23 +0200
committerMichel Dänzer <michel@daenzer.net>2019-05-08 19:51:46 +0200
commit5f8d29ab4be861fc424b033ebb098d14d90ed099 (patch)
tree83a3530796494bd734e3c0cac1462cf3db9e405e /.gitlab-ci
parentc6306125b55adaa49e754293be79ef68673770e7 (diff)
downloadmesa-5f8d29ab4be861fc424b033ebb098d14d90ed099.tar.gz
gitlab-ci: add the vulkan overlay layer to the vulkan build
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x.gitlab-ci/meson-build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci/meson-build.sh b/.gitlab-ci/meson-build.sh
index e6f0b800468..733f040171a 100755
--- a/.gitlab-ci/meson-build.sh
+++ b/.gitlab-ci/meson-build.sh
@@ -24,7 +24,8 @@ meson _build --native-file=native.file \
${GALLIUM_ST} \
-D gallium-drivers=${GALLIUM_DRIVERS:-[]} \
-D vulkan-drivers=${VULKAN_DRIVERS:-[]} \
- -D I-love-half-baked-turnips=true
+ -D I-love-half-baked-turnips=true \
+ ${EXTRA_OPTION}
cd _build
meson configure
ninja -j4