[pango/macos-tests] ci: Run tests on MacOS




commit 12b4c585f5056113922f3f3c71f1d9a1a06dc114
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jan 3 21:24:41 2021 -0500

    ci: Run tests on MacOS

 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9b64061a..20ecadc1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -96,10 +96,13 @@ macos:
             -Dpixman:tests=disabled
             _build
     - ninja -C _build
+    - .gitlab-ci/run-tests.sh _build
   artifacts:
     when: always
     paths:
       - "${CI_PROJECT_DIR}/_build/meson-logs"
+      - "${CI_PROJECT_DIR}/_build/hello.png"
+      - "${CI_PROJECT_DIR}/_build/fontlist.txt"
 
 reference:
   image: $FEDORA_IMAGE


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