[gtk/macos-ci] ci: Try to run tests on macos




commit 2cec327e02985d4af7241f1df528b40c1a14e67e
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Jan 6 17:57:53 2021 -0500

    ci: Try to run tests on macos

 .gitlab-ci.yml               |   4 ++++
 .gitlab-ci/.run-tests.sh.swp | Bin 0 -> 12288 bytes
 2 files changed, 4 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5b5ee631a3..64ff62198e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -164,6 +164,10 @@ macos:
             -Dpixman:tests=disabled
             _build
     - ninja -C _build
+    - meson test -C _build \
+                 --print-errorlogs \
+                 --suite=gtk \
+                 --no-suite=gsk-compare-opengl
   artifacts:
     when: always
     paths:
diff --git a/.gitlab-ci/.run-tests.sh.swp b/.gitlab-ci/.run-tests.sh.swp
new file mode 100644
index 0000000000..9feaa39b84
Binary files /dev/null and b/.gitlab-ci/.run-tests.sh.swp differ


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