CI: save meson build logs
This commit is contained in:
parent
fb083b6de2
commit
73fcf0d3d4
@ -16,6 +16,11 @@ fedora-meson:
|
|||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- bash -x ./.gitlab-ci/test-docker-meson.sh
|
- bash -x ./.gitlab-ci/test-docker-meson.sh
|
||||||
|
artifacts:
|
||||||
|
when: always
|
||||||
|
name: "gtk3-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
|
||||||
|
paths:
|
||||||
|
- "_build/meson-logs"
|
||||||
|
|
||||||
msys2-mingw32-meson:
|
msys2-mingw32-meson:
|
||||||
variables:
|
variables:
|
||||||
@ -27,6 +32,11 @@ msys2-mingw32-meson:
|
|||||||
script:
|
script:
|
||||||
- C:\msys64\usr\bin\pacman --noconfirm -Syyuu
|
- C:\msys64\usr\bin\pacman --noconfirm -Syyuu
|
||||||
- C:\msys64\usr\bin\bash -lc "bash -x ./.gitlab-ci/test-msys2-meson.sh"
|
- C:\msys64\usr\bin\bash -lc "bash -x ./.gitlab-ci/test-msys2-meson.sh"
|
||||||
|
artifacts:
|
||||||
|
when: always
|
||||||
|
name: "gtk3-%CI_JOB_NAME%-%CI_COMMIT_REF_NAME%"
|
||||||
|
paths:
|
||||||
|
- "_build/meson-logs"
|
||||||
|
|
||||||
msys2-mingw32-autotools:
|
msys2-mingw32-autotools:
|
||||||
when: manual
|
when: manual
|
||||||
|
Loading…
Reference in New Issue
Block a user