summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-01-03 13:13:27 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-01-03 21:34:04 -0500
commit0605c3c16716c7395c637fa088ecb7563de74bd4 (patch)
tree7bc6815004304317c71556a5cfb1f208c12108b4 /.gitlab-ci.yml
parent93d795e7c064a9cbb1dfe30c2c6c9aad3307506d (diff)
downloadgtk+-0605c3c16716c7395c637fa088ecb7563de74bd4.tar.gz
ci: Fix the harfbuzz build on MacOS
We need to force c++11 at the toplevel here, since meson can't deal with per-project compiler choice.
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 ed714f4668..770e9162c3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -157,6 +157,7 @@ macos:
script:
- meson -Dx11-backend=false
-Dintrospection=disabled
+ -Dcpp_std=c++11
_build
- ninja -C _build
artifacts: