[gdk-pixbuf/macos-ci] Don't build docs or installed tests on MacOS




commit b003b93dfeee53c349df7e47f820c5b3bbfbf904
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jan 3 16:18:00 2021 -0500

    Don't build docs or installed tests on MacOS

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 19e040534..08d3ca080 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -63,7 +63,7 @@ macos:
     - pip3 install --user ninja
     - export PATH=/Users/gitlabrunner/Library/Python/3.7/bin:$PATH
   script:
-    - meson setup _build
+    - meson setup -Dintrospection=disabled -Dinstalled_tests=false -Dman=false -Dgtk_doc=false _build
     - meson compile -C_build
   artifacts:
     when: always


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]