Keep the build directory as an artifact

This commit is contained in:
David Boddie
2019-07-22 20:35:18 +02:00
committed by Guido Günther
parent 2391947b34
commit 9b10f56ba6

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