diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-01-03 21:24:41 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-01-04 00:40:25 -0500 |
commit | c210059e5488ef0faa74d2a70b275677687ee7c9 (patch) | |
tree | c7a02e26aadce9a1f6a21bc91c77ce4c38a59f11 | |
parent | e431886db2cfd5116c9d73306490633fa9a83547 (diff) | |
download | pango-c210059e5488ef0faa74d2a70b275677687ee7c9.tar.gz |
ci: Run tests on MacOSmacos-tests
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b64061a..20ecadc1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -96,10 +96,13 @@ macos: -Dpixman:tests=disabled _build - ninja -C _build + - .gitlab-ci/run-tests.sh _build artifacts: when: always paths: - "${CI_PROJECT_DIR}/_build/meson-logs" + - "${CI_PROJECT_DIR}/_build/hello.png" + - "${CI_PROJECT_DIR}/_build/fontlist.txt" reference: image: $FEDORA_IMAGE |