Mesa (master): gitlab-ci: Use meson buildtype debug instead of default debugoptimized

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Apr 25 09:05:53 UTC 2019


Module: Mesa
Branch: master
Commit: 5078d66a8699e2cbfc5a8244a7d7e0437919a281
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5078d66a8699e2cbfc5a8244a7d7e0437919a281

Author: Michel Dänzer <michel.daenzer at amd.com>
Date:   Wed Apr 17 12:53:23 2019 +0200

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 at intel.com>

---

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

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}




More information about the mesa-commit mailing list