Add meson log to artifact upload

This commit is contained in:
Joseph Donofry 2021-12-23 20:43:12 -05:00
parent 82f008c14d
commit c55ee2b8ff
No known key found for this signature in database
GPG key ID: E8A1D78EF044B0CB

View file

@ -133,6 +133,8 @@ build-macos-meson:
artifacts: artifacts:
paths: paths:
- build/nheko.app - build/nheko.app
- build/meson-logs/meson-log.txt
when: always
name: nheko-${CI_COMMIT_SHORT_SHA}-macos-app name: nheko-${CI_COMMIT_SHORT_SHA}-macos-app
expose_as: 'macos-app' expose_as: 'macos-app'
public: false public: false