summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-16 14:23:24 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-07-16 14:23:24 -0400
commit52308a1b6d658728e754916b9a7cae8b405edd35 (patch)
treee5b3658d02a7989200c4da1e73963a1a1f5b1ae2
parentb080fc209ac1ec3ec71092f4c66283baabb199f1 (diff)
downloadpango-52308a1b6d658728e754916b9a7cae8b405edd35.tar.gz
Try to get rendered output from ci
The eventual goal is to have a quick way of seeing whether rendering is broken on other platforms. For starters, do this for linux.
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1a558544..a0d0b49e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,6 +25,7 @@ gnome-runtime-linux:
- meson _build
- ninja -C _build
- cd _build; meson test --suite pango
+ - cd _build; utils/pango-view --output hello.png ../HELLO.txt
artifacts:
name: "%CI_JOB_NAME%-%CI_COMMIT_REF_NAME%"
when: always