mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-20 05:33:47 -04:00
ci: fix path to junit report on release builds
This commit is contained in:
parent
0f0fec093e
commit
185a6048a7
1 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ release-x64:
|
||||||
- ninja -v test
|
- ninja -v test
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
junit: bld/debug/meson-logs/testlog.junit.xml
|
junit: bld/release/meson-logs/testlog.junit.xml
|
||||||
|
|
||||||
debug-x86:
|
debug-x86:
|
||||||
image: i386/alpine:edge
|
image: i386/alpine:edge
|
||||||
|
|
@ -68,7 +68,7 @@ release-x86:
|
||||||
- ninja -v test
|
- ninja -v test
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
junit: bld/debug/meson-logs/testlog.junit.xml
|
junit: bld/release/meson-logs/testlog.junit.xml
|
||||||
|
|
||||||
codespell:
|
codespell:
|
||||||
image: alpine:edge
|
image: alpine:edge
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue