Keep the build directory as an artifact

This commit is contained in:
David Boddie
2019-07-22 20:35:18 +02:00
parent 7c53d75718
commit a175226ce3

View File

@ -15,6 +15,9 @@ before_script:
build_meson:
<<: *tags
stage: build
artifacts:
paths:
- _build
script:
- meson . _build/ -Ddepdatadir=/usr/share
- ninja -C _build install