diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-16 15:37:15 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-16 15:38:05 -0400 |
commit | ae1f6e799aa3f73f09cb6e1810d5f828292e53d5 (patch) | |
tree | 188165b59f83bb515f18bf95c0947e043a4a80d5 /.gitlab-ci | |
parent | 849fc76203996e28c4725d2f263237592dfe4014 (diff) | |
download | pango-ae1f6e799aa3f73f09cb6e1810d5f828292e53d5.tar.gz |
ci: produce a font list
Know the environment.
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/list-msys2.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci/list-msys2.sh b/.gitlab-ci/list-msys2.sh new file mode 100644 index 00000000..07351166 --- /dev/null +++ b/.gitlab-ci/list-msys2.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +set -e + +PATH=_build/pango:$PATH _build/utils/pango-list > _build/fontlist |