Skip to content
Snippets Groups Projects
Commit 1fdc1f6f authored by Bruce Cowan's avatar Bruce Cowan :airplane:
Browse files

Cache build and keep logs

parent 7217020a
No related branches found
No related tags found
No related merge requests found
Pipeline #1941 passed
......@@ -11,10 +11,16 @@ build:
script:
- meson builddir
- ninja -C builddir
artifacts:
paths:
- builddir
test:
stage: test
script:
- meson builddir
- ninja -C builddir
- meson test -C builddir --verbose
\ No newline at end of file
- meson test -C builddir --verbose
dependencies:
- build
artifacts:
paths:
- builddir/meson-logs/testlog.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment