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: ...@@ -11,10 +11,16 @@ build:
script: script:
- meson builddir - meson builddir
- ninja -C builddir - ninja -C builddir
artifacts:
paths:
- builddir
test: test:
stage: test stage: test
script: script:
- meson builddir - meson test -C builddir --verbose
- ninja -C builddir dependencies:
- meson test -C builddir --verbose - build
\ No newline at end of file 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