[gdk-pixbuf/macos-ci] ci: Add a macos build




commit 9832e8f8e94273959c711a2e56eb77ac9d8c54bb
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jan 3 15:28:27 2021 -0500

    ci: Add a macos build

 .gitlab-ci.yml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index feb322082..19e040534 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,6 +53,23 @@ meson-fedora-x86_64:
   image: ${FEDORA_IMAGE}
   needs: []
 
+macos:
+  stage: build
+  needs: []
+  tags:
+    - macos
+  before_script:
+    - pip3 install --user meson==0.56
+    - pip3 install --user ninja
+    - export PATH=/Users/gitlabrunner/Library/Python/3.7/bin:$PATH
+  script:
+    - meson setup _build
+    - meson compile -C_build
+  artifacts:
+    when: always
+    paths:
+      - "${CI_PROJECT_DIR}/_build/meson-logs"
+
 release-build:
   stage: build
   extends: .build-linux


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