projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ce0402
)
ci: Add debug spew on macos
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 12 Feb 2021 20:24:27 +0000
(15:24 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 12 Feb 2021 20:24:27 +0000
(15:24 -0500)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index edde8904aaee232a8890ad71f4aa1a2c2d989620..300cb865a1f54f3db8adfc660d62ee2da154431f 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-159,6
+159,7
@@
macos:
- pip3 install --user meson==0.56
- pip3 install --user ninja
- export PATH=/Users/gitlabrunner/Library/Python/3.7/bin:$PATH
+ - export MESON_FORCE_BACKTRACE=1
script:
- meson -Dx11-backend=false
-Dintrospection=disabled