gitlab-ci: Complete cbe56ff3
This commit is contained in:
parent
cbe56ff388
commit
2b91551f4e
1 changed files with 7 additions and 7 deletions
|
|
@ -581,14 +581,14 @@ gimp-win:
|
||||||
- build\windows\2_build-gimp-msys2.ps1
|
- build\windows\2_build-gimp-msys2.ps1
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- gimp-$MSYSTEM_PREFIX/
|
- gimp-*/
|
||||||
- _build-$MSYSTEM_PREFIX/meson-logs/meson-log.txt
|
- _build-*/meson-logs/meson-log.txt
|
||||||
- _build-$MSYSTEM_PREFIX/done-dll.list
|
- _build-*/done-dll.list
|
||||||
# Needed by dist-installer-weekly and dist-store-weekly
|
# Needed by dist-installer-weekly and dist-store-weekly
|
||||||
- _build-$MSYSTEM_PREFIX/config.h
|
- _build-*/config.h
|
||||||
- _build-$MSYSTEM_PREFIX/plug-ins/file_associations.list
|
- _build-*/plug-ins/file_associations.list
|
||||||
- _build-$MSYSTEM_PREFIX/build/windows/installer/
|
- _build-*/build/windows/installer/
|
||||||
- _build-$MSYSTEM_PREFIX/build/windows/store/
|
- _build-*/build/windows/store/
|
||||||
expire_in: 2 days
|
expire_in: 2 days
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue