* .gitlab-ci.yml: Adjust artifact paths for distcheck.
This commit is contained in:
parent
e42fea09a7
commit
386a1c32be
1 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ debian-stable-gcc:
|
||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
paths:
|
paths:
|
||||||
- tests/*/*.log
|
- ./spot-*/_build/sub/tests/*/*.log
|
||||||
- ./*.log
|
- ./*.log
|
||||||
- ./*.tar.gz
|
- ./*.tar.gz
|
||||||
|
|
||||||
|
|
@ -57,7 +57,7 @@ arch-clang:
|
||||||
artifacts:
|
artifacts:
|
||||||
when: on_failure
|
when: on_failure
|
||||||
paths:
|
paths:
|
||||||
- tests/*/*.log
|
- ./spot-*/_build/sub/tests/*/*.log
|
||||||
- ./*.log
|
- ./*.log
|
||||||
|
|
||||||
arch-gcc-glibcxxdebug:
|
arch-gcc-glibcxxdebug:
|
||||||
|
|
@ -74,7 +74,7 @@ arch-gcc-glibcxxdebug:
|
||||||
artifacts:
|
artifacts:
|
||||||
when: on_failure
|
when: on_failure
|
||||||
paths:
|
paths:
|
||||||
- tests/*/*.log
|
- ./spot-*/_build/sub/tests/*/*.log
|
||||||
- ./*.log
|
- ./*.log
|
||||||
|
|
||||||
mingw-shared:
|
mingw-shared:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue