projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b06ae53
)
gitlab-ci: Use meson buildtype debug instead of default debugoptimized
author
Michel Dänzer
<michel.daenzer@amd.com>
Wed, 17 Apr 2019 10:53:23 +0000
(12:53 +0200)
committer
Michel Dänzer
<michel@daenzer.net>
Thu, 25 Apr 2019 08:51:41 +0000
(10:51 +0200)
This can save a lot of time for some of the meson CI jobs.
Acked-by: Eric Engestrom <eric.engestrom@intel.com>
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 3212432d5fac9dbab8bb651ffac1ae0942cacfaa..fb8be02b7e546a74d7faa2f85e783ff5da8f9026 100644
(file)
--- 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}