summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2019-04-17 12:53:23 +0200
committerMichel Dänzer <michel@daenzer.net>2019-04-25 10:51:41 +0200
commit5078d66a8699e2cbfc5a8244a7d7e0437919a281 (patch)
treeabd8f1f61d0d0b6d4b408bfb94e0d8bc24887a5e /.gitlab-ci.yml
parentb06ae5360659b09bed8aca96a15186dd4962746d (diff)
gitlab-ci: Use meson buildtype debug instead of default debugoptimized
This can save a lot of time for some of the meson CI jobs. Acked-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3212432d5fa..fb8be02b7e5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -94,6 +94,7 @@ debian:
- meson --version
- meson _build
--native-file=native.file
+ -D buildtype=debug
-D build-tests=true
-D libunwind=${UNWIND}
${DRI_LOADERS}