[gtk/macos-ci] ci: Add a macos build




commit 2503c33c526b62be6f600fe20b5a8aea1c56b774
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jan 2 22:34:52 2021 -0500

    ci: Add a macos build

 .gitlab-ci.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 18565b2913..1005b99cba 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -144,6 +144,18 @@ msys2-mingw64:
     MSYSTEM: "MINGW64"
     CHERE_INVOKING: "yes"
 
+macos:
+  stage: build
+  needs: []
+  allow_failure: true
+  tags:
+    - macos
+  script:
+    - meson subprojects update
+    - meson ${COMMON_MESON_FLAGS} ${EXTRA_MESON_FLAGS} ${BACKEND_FLAGS} ${FEATURE_FLAGS}
+            _build
+    - ninja -C _build
+
 .flatpak-defaults:
   image: $FLATPAK_IMAGE
   stage: flatpak


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