diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-16 14:37:06 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-16 14:37:06 -0400 |
commit | 70223bbc5e4113a5182d09b19723cb3f09efd3d9 (patch) | |
tree | 1992a10a802e1e386c63999e78fbe4f5e4f7171c /.gitlab-ci | |
parent | 8af7790b7a4710d815f0392c4e623b5b628aa5e0 (diff) | |
download | pango-70223bbc5e4113a5182d09b19723cb3f09efd3d9.tar.gz |
Add rendering for windows ci too
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/render-msys2.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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 |