summaryrefslogtreecommitdiff
path: root/.gitlab-ci/render-msys2.sh
blob: 9008690d120766ab053f3afb84af715192e355bc (plain)
1
2
3
4
5
#!/bin/bash

set -e

PATH=_build/pango:$PATH _build/utils/pango-view --no-display --output _build/hello.png utils/HELLO.txt || true