CI: Also install the built files and expose docs and logs

This commit is contained in:
Marco Trevisan (Treviño) 2022-04-27 18:22:16 +02:00
parent d07785959c
commit d138596c78
1 changed files with 9 additions and 1 deletions

View File

@ -26,4 +26,12 @@ build:ubuntu:
- pip3 install meson
script:
- meson _build -Ddocbook_docs=enabled
- ninja -C _build
- ninja -C _build install
artifacts:
expose_as: "Build artifacts"
paths:
- _build/docs/notification-spec.html
- _build/docs/reference/html
- _build/docs/reference/html/index.html
- _build/meson-logs