summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-16 14:37:06 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-07-16 14:37:06 -0400
commit70223bbc5e4113a5182d09b19723cb3f09efd3d9 (patch)
tree1992a10a802e1e386c63999e78fbe4f5e4f7171c
parent8af7790b7a4710d815f0392c4e623b5b628aa5e0 (diff)
downloadpango-70223bbc5e4113a5182d09b19723cb3f09efd3d9.tar.gz
Add rendering for windows ci too
-rw-r--r--.gitlab-ci.yml4
-rw-r--r--.gitlab-ci/render-msys2.sh5
2 files changed, 8 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fb5486ce..18e04ea3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,7 +25,7 @@ gnome-runtime-linux:
- meson _build
- ninja -C _build
- meson test -C_build --suite pango
- - _build/utils/pango-view --output _build/hello.png utils/HELLO.txt
+ - _build/utils/pango-view --no-display --output _build/hello.png utils/HELLO.txt
artifacts:
name: "%CI_JOB_NAME%-%CI_COMMIT_REF_NAME%"
when: always
@@ -43,8 +43,10 @@ msys2-mingw64:
script:
- C:\msys64\usr\bin\pacman --noconfirm -Syyuu
- C:\msys64\usr\bin\bash -lc "bash -x ./.gitlab-ci/test-msys2.sh"
+ - C:\msys64\usr\bin\bash -lc "bash -x ./.gitlab-ci/render-msys2.sh"
artifacts:
name: "%CI_JOB_NAME%-%CI_COMMIT_REF_NAME%"
when: always
paths:
- _build/meson-logs
+ - _build/hello.png
diff --git a/.gitlab-ci/render-msys2.sh b/.gitlab-ci/render-msys2.sh
new file mode 100644
index 00000000..37214e68
--- /dev/null
+++ b/.gitlab-ci/render-msys2.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+set -e
+
+_build/utils/pango-view --no-display --output _build/hello.png utils/HELLOW.txt