diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-16 15:58:32 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-16 15:58:32 -0400 |
commit | 0491c54d808fbe31a34ebd8056aa1715d90f1c37 (patch) | |
tree | 282aa58da87fc34f88cfba71429f5ba3741f5fc8 /.gitlab-ci.yml | |
parent | d3a9da00a66565ac14e971d96aeeb9a143ef5368 (diff) | |
download | pango-0491c54d808fbe31a34ebd8056aa1715d90f1c37.tar.gz |
ci: Print fontmap implementation in use
Know the environment.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7cc1cf07..42b71db5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ gnome-runtime-linux: - ninja -C _build - meson test -C_build --suite pango - _build/utils/pango-view --no-display --output _build/hello.png utils/HELLO.txt - - _build/utils/pango-list > _build/fontlist.txt + - _build/utils/pango-list --verbose > _build/fontlist.txt artifacts: name: "%CI_JOB_NAME%-%CI_COMMIT_REF_NAME%" when: always |