summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-23 02:55:08 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-23 02:55:08 +0300
commit2c9eb5022cc4d8f9d285e4e2b457fcfda6b5f797 (patch)
treeb8dcbbfecc435868f96525d054a778794415377e
parentc4472f8f77e6ea4bdf82440d93d98a04d3d8630e (diff)
downloadplus-2c9eb5022cc4d8f9d285e4e2b457fcfda6b5f797.tar.gz
plus-2c9eb5022cc4d8f9d285e4e2b457fcfda6b5f797.tar.bz2
plus-2c9eb5022cc4d8f9d285e4e2b457fcfda6b5f797.tar.xz
plus-2c9eb5022cc4d8f9d285e4e2b457fcfda6b5f797.zip
Add failure artifacts for all ci jobs.
-rw-r--r--.gitlab-ci.yml1470
1 files changed, 1470 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 95816bc51..927043d92 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,12 +14,22 @@ clang-3.9:
script:
- ./tools/ci/jobs/clang39.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc-5_c++11_i386:
stage: prebuild
script:
- ./tools/ci/jobs/gcc5_c++11.sh
image: vicamo/debian:sid-i386
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
tags:
- docker
@@ -28,12 +38,22 @@ gcc-6:
script:
- ./tools/ci/jobs/gcc6.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc-6-i386:
stage: prebuild
script:
- ./tools/ci/jobs/gcc6.sh
image: vicamo/debian:sid-i386
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
tags:
- docker
@@ -42,42 +62,77 @@ gcc-4.4:
script:
- ./tools/ci/jobs/gcc44.sh
image: debian:oldstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
mplint_po:
stage: prebuild
script:
- ./tools/ci/jobs/mplint.sh po
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
mplint_src:
stage: prebuild
script:
- ./tools/ci/jobs/mplint.sh src
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
mplint_data:
stage: prebuild
script:
- ./tools/ci/jobs/mplint.sh data
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
cpplint:
stage: prebuild
script:
- ./tools/ci/jobs/cpplint.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc-5_h_all:
stage: prebuild
script:
- ./tools/ci/jobs/gcc5_h.sh -std=c++0x -DDEBUGBUILD -DEATHENA_SUPPORT -DTMWA_SUPPORT -DENABLE_NLS -DUSE_OPENGL -DENABLE_LIBXML
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc-5_h_all_i386:
stage: prebuild
script:
- ./tools/ci/jobs/gcc5_h.sh -std=c++0x -DDEBUGBUILD -DEATHENA_SUPPORT -DTMWA_SUPPORT -DENABLE_NLS -DUSE_OPENGL -DENABLE_LIBXML
image: vicamo/debian:sid-i386
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
tags:
- docker
@@ -86,6 +141,11 @@ pngcheck:
script:
- ./tools/ci/jobs/pngcheck.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
# tests
@@ -94,6 +154,11 @@ gcc-5_sanitize_tests:
script:
- ./tools/ci/jobs/gcc5_sanitize_tests.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
tags:
- docker
@@ -102,6 +167,11 @@ gcc-5_sanitize_tests_i386:
script:
- ./tools/ci/jobs/gcc5_sanitize_tests.sh
image: vicamo/debian:sid-i386
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
tags:
- docker
@@ -110,6 +180,11 @@ gcc-5_tests:
script:
- ./tools/ci/jobs/gcc5_tests.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
tags:
- docker
@@ -118,6 +193,11 @@ gcc-5_tests_i386:
script:
- ./tools/ci/jobs/gcc5_tests.sh
image: vicamo/debian:sid-i386
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
tags:
- docker
@@ -126,6 +206,11 @@ gcc-6_tests:
script:
- ./tools/ci/jobs/gcc6_tests.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
tags:
- docker
@@ -134,6 +219,11 @@ gcc-6_tests_i386:
script:
- ./tools/ci/jobs/gcc6_tests.sh
image: vicamo/debian:sid-i386
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
tags:
- docker
@@ -142,6 +232,11 @@ gcc-5_sdl2_tests:
script:
- ./tools/ci/jobs/gcc5_sdl2_tests.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
tags:
- docker
@@ -150,6 +245,11 @@ gcc-5_sdl2_tests_i386:
script:
- ./tools/ci/jobs/gcc5_sdl2_tests.sh
image: vicamo/debian:sid-i386
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
tags:
- docker
@@ -158,12 +258,22 @@ gcc-6_lto:
script:
- ./tools/ci/jobs/gcc6_lto.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc-6_lto_i386:
stage: build
script:
- ./tools/ci/jobs/gcc6_lto.sh
image: vicamo/debian:sid-i386
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
tags:
- docker
@@ -174,6 +284,11 @@ gcc-4.4_i386:
script:
- ./tools/ci/jobs/gcc44.sh
image: vicamo/debian:oldstable-i386
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
tags:
- docker
@@ -182,6 +297,11 @@ gcc-4.5:
script:
- ./tools/ci/jobs/gcc45.sh
image: ubuntu:12.04
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
tags:
- docker
@@ -190,12 +310,22 @@ gcc-4.6:
script:
- ./tools/ci/jobs/gcc46.sh
image: debian:oldstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc-4.6_i386:
stage: build
script:
- ./tools/ci/jobs/gcc46.sh
image: vicamo/debian:oldstable-i386
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
tags:
- docker
@@ -204,6 +334,11 @@ gcc-4.7:
script:
- ./tools/ci/jobs/gcc47.sh
image: debian:oldstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
tags:
- docker
@@ -212,6 +347,11 @@ gcc-4.7_i386:
script:
- ./tools/ci/jobs/gcc47.sh
image: vicamo/debian:oldstable-i386
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
tags:
- docker
@@ -220,12 +360,22 @@ gcc-4.8:
script:
- ./tools/ci/jobs/gcc48.sh
image: debian:stable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc-4.8_i386:
stage: build
script:
- ./tools/ci/jobs/gcc48.sh
image: vicamo/debian:stable-i386
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
tags:
- docker
@@ -234,6 +384,11 @@ clang-3.0:
script:
- ./tools/ci/jobs/clang3.sh
image: debian:oldstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
tags:
- docker
@@ -242,6 +397,11 @@ clang-3.0_i386:
script:
- ./tools/ci/jobs/clang3.sh
image: vicamo/debian:oldstable-i386
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
tags:
- docker
@@ -250,12 +410,22 @@ clang-3.4:
script:
- ./tools/ci/jobs/clang34.sh
image: debian:stable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
clang-3.4_i386:
stage: build
script:
- ./tools/ci/jobs/clang34.sh
image: vicamo/debian:stable-i386
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
tags:
- docker
@@ -264,12 +434,22 @@ clang-3.5:
script:
- ./tools/ci/jobs/clang35.sh
image: debian:stable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
clang-3.5_i386:
stage: build
script:
- ./tools/ci/jobs/clang35.sh
image: vicamo/debian:stable-i386
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
tags:
- docker
@@ -278,12 +458,22 @@ clang-3.5_i386:
script:
- ./tools/ci/jobs/clang39.sh_c++11.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
.clang-3.9_c++11_i386:
stage: build
script:
- ./tools/ci/jobs/clang39.sh_c++11.sh
image: vicamo/debian:sid-i386
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
tags:
- docker
@@ -292,18 +482,33 @@ gcc-4.8_c++11:
script:
- ./tools/ci/jobs/gcc48_c++11.sh
image: debian:stable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc-4.9:
stage: build
script:
- ./tools/ci/jobs/gcc49.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc-4.9_i386:
stage: build
script:
- ./tools/ci/jobs/gcc49.sh
image: vicamo/debian:sid-i386
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
tags:
- docker
@@ -312,12 +517,22 @@ gcc-4.9_c++11:
script:
- ./tools/ci/jobs/gcc49_c++11.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
cmake_gcc-4.9:
stage: build
script:
- ./tools/ci/jobs/cmake_gcc49.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
tags:
- docker
@@ -326,30 +541,55 @@ gcc-5:
script:
- ./tools/ci/jobs/gcc5.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc-5_c++11:
stage: build
script:
- ./tools/ci/jobs/gcc5_c++11.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc-5_sdl2:
stage: build
script:
- ./tools/ci/jobs/gcc5_sdl2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc-5_sdl2_c++11:
stage: build
script:
- ./tools/ci/jobs/gcc5_sdl2_c++11.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc-5_sdl2_c++11_i386:
stage: build
script:
- ./tools/ci/jobs/gcc5_sdl2_c++11.sh
image: vicamo/debian:sid-i386
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
tags:
- docker
@@ -358,12 +598,22 @@ gcc-snapshot:
script:
- ./tools/ci/jobs/gccsnapshot.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc-snapshot_i386:
stage: build
script:
- ./tools/ci/jobs/gccsnapshot.sh
image: vicamo/debian:sid-i386
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
tags:
- docker
@@ -372,12 +622,22 @@ gcc-snapshot_sdl2:
script:
- ./tools/ci/jobs/gccsnapshot_sdl2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc-snapshot_sdl2_i386:
stage: build
script:
- ./tools/ci/jobs/gccsnapshot_sdl2.sh
image: vicamo/debian:sid-i386
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
tags:
- docker
@@ -386,18 +646,33 @@ gcc-5_sanitize:
script:
- ./tools/ci/jobs/gcc5_sanitize.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc-6_sanitize:
stage: build
script:
- ./tools/ci/jobs/gcc6_sanitize.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc-6_sanitize_i386:
stage: build
script:
- ./tools/ci/jobs/gcc6_sanitize.sh
image: vicamo/debian:sid-i386
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
tags:
- docker
@@ -406,132 +681,242 @@ gcc_tmwa:
script:
- ./tools/ci/jobs/gcc5.sh --without-opengl --enable-tmwa --disable-eathena
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc_eathena:
stage: build
script:
- ./tools/ci/jobs/gcc5.sh --without-opengl --disable-tmwa --enable-eathena
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc_tmwa_sdl2:
stage: build
script:
- ./tools/ci/jobs/gcc5_sdl2.sh --without-opengl --enable-tmwa --disable-eathena
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc_tmwa_opengl:
stage: build
script:
- ./tools/ci/jobs/gcc5.sh --with-opengl --enable-tmwa --disable-eathena
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc_tmwa_opengl_sdl2:
stage: build
script:
- ./tools/ci/jobs/gcc5_sdl2.sh --with-opengl --enable-tmwa --disable-eathena
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc_tmwa_opengl_debug:
stage: build
script:
- ./tools/ci/jobs/gcc49.sh --with-opengl --enable-tmwa --disable-eathena --enable-memdebug=yes
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc_without_opengl:
stage: build
script:
- ./tools/ci/jobs/gcc5.sh --without-opengl
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc_cilkplus:
stage: build
script:
- ./tools/ci/jobs/gcc49.sh --enable-cilkplus
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc_eathena_opengl:
stage: build
script:
- ./tools/ci/jobs/gcc5.sh --with-opengl --disable-tmwa --enable-eathena
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc_eathena_opengl_sdl2:
stage: build
script:
- ./tools/ci/jobs/gcc5_sdl2.sh --with-opengl --disable-tmwa --enable-eathena
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc_eathena_sdl2:
stage: build
script:
- ./tools/ci/jobs/gcc5_sdl2.sh --without-opengl --disable-tmwa --enable-eathena
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc_tmwa_opengl_portable:
stage: build
script:
- ./tools/ci/jobs/gcc5.sh --with-opengl --enable-tmwa --disable-eathena --enable-portable=yes
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc_tmwa_opengl_portable_sdl2:
stage: build
script:
- ./tools/ci/jobs/gcc5_sdl2.sh --with-opengl --enable-tmwa --disable-eathena --enable-portable=yes
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc_portable:
stage: build
script:
- ./tools/ci/jobs/gcc5.sh --with-opengl --enable-tmwa --enable-eathena --enable-portable=yes
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc_tmwa_opengl_nonls:
stage: build
script:
- ./tools/ci/jobs/gcc5.sh --with-opengl --enable-tmwa --disable-eathena --disable-nls
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc_tmwa_opengl_nonls_sdl2:
stage: build
script:
- ./tools/ci/jobs/gcc5_sdl2.sh --with-opengl --enable-tmwa --disable-eathena --disable-nls
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc_eathena_c++11:
stage: build
script:
- ./tools/ci/jobs/gcc5_c++11.sh --without-opengl --disable-tmwa --enable-eathena
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc_tmwa_sdl2_c++11:
stage: build
script:
- ./tools/ci/jobs/gcc5_sdl2_c++11.sh --without-opengl --enable-tmwa --disable-eathena
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc_tmwa_c++11:
stage: build
script:
- ./tools/ci/jobs/gcc5_c++11.sh --without-opengl --enable-tmwa --disable-eathena
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc_eathena_sdl2_c++11:
stage: build
script:
- ./tools/ci/jobs/gcc5_sdl2_c++11.sh --without-opengl --disable-tmwa --enable-eathena
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
clang-3.9_sdl2:
stage: build
script:
- ./tools/ci/jobs/clang39_sdl2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc-6_no_asserts:
stage: build
script:
- ./tools/ci/jobs/gcc6.sh --disable-asserts
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
# different tools
@@ -540,48 +925,88 @@ gcc-5_h_eathena:
script:
- ./tools/ci/jobs/gcc5_h.sh -std=c++0x -DDEBUGBUILD -DEATHENA_SUPPORT -DENABLE_LIBXML
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc-5_h_eathena_pugi:
stage: build
script:
- ./tools/ci/jobs/gcc5_h_pugi.sh -std=c++0x -DDEBUGBUILD -DEATHENA_SUPPORT -DENABLE_PUGIXML
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc-5_h_eathena_opengl:
stage: build
script:
- ./tools/ci/jobs/gcc5_h.sh -std=c++0x -DDEBUGBUILD -DEATHENA_SUPPORT -DUSE_OPENGL -DENABLE_LIBXML
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc-5_h_eathena_opengl_pugi:
stage: build
script:
- ./tools/ci/jobs/gcc5_h_pugi.sh -std=c++0x -DDEBUGBUILD -DEATHENA_SUPPORT -DUSE_OPENGL -DENABLE_PUGIXML
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc-5_h_eathena_nsl:
stage: build
script:
- ./tools/ci/jobs/gcc5_h.sh -std=c++0x -DDEBUGBUILD -DEATHENA_SUPPORT -DENABLE_NLS -DENABLE_LIBXML
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc-5_h_eathena_tmwa:
stage: build
script:
- ./tools/ci/jobs/gcc5_h.sh -std=c++0x -DDEBUGBUILD -DEATHENA_SUPPORT -DTMWA_SUPPORT -DENABLE_LIBXML
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc-5_h_pugi_all:
stage: build
script:
- ./tools/ci/jobs/gcc5_h_pugi.sh -std=c++0x -DDEBUGBUILD -DEATHENA_SUPPORT -DTMWA_SUPPORT -DENABLE_NLS -DUSE_OPENGL -DENABLE_PUGIXML
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
gcc-5_tarball:
stage: build
script:
- ./tools/ci/jobs/gcc5_tarball.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
# deheader default
@@ -596,6 +1021,11 @@ deheader_gui_windows_cpp:
- find ./src/gui/windows -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_gui_windows_cpp:
stage: build
@@ -608,6 +1038,11 @@ deheader_sdl2_gui_windows_cpp:
- find ./src/gui/windows -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_gui_windows_withoutopengl_cpp:
stage: build
@@ -620,6 +1055,11 @@ deheader_gui_windows_withoutopengl_cpp:
- find ./src/gui/windows -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_gui_windows_withoutopengl_cpp:
stage: build
@@ -632,6 +1072,11 @@ deheader_sdl2_gui_windows_withoutopengl_cpp:
- find ./src/gui/windows -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_gui_widgets_cpp:
stage: build
@@ -644,6 +1089,11 @@ deheader_gui_widgets_cpp:
- find ./src/gui/widgets -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_gui_widgets_cpp:
stage: build
@@ -656,6 +1106,11 @@ deheader_sdl2_gui_widgets_cpp:
- find ./src/gui/widgets -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_gui_widgets_withoutopengl_cpp:
stage: build
@@ -668,6 +1123,11 @@ deheader_gui_widgets_withoutopengl_cpp:
- find ./src/gui/widgets -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_gui_widgets_withoutopengl_cpp:
stage: build
@@ -680,6 +1140,11 @@ deheader_sdl2_gui_widgets_withoutopengl_cpp:
- find ./src/gui/widgets -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_gui_models_cpp:
stage: build
@@ -692,6 +1157,11 @@ deheader_gui_models_cpp:
- find ./src/gui/models -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_gui_models_cpp:
stage: build
@@ -704,6 +1174,11 @@ deheader_sdl2_gui_models_cpp:
- find ./src/gui/models -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_gui_models_withoutopengl_cpp:
stage: build
@@ -716,6 +1191,11 @@ deheader_gui_models_withoutopengl_cpp:
- find ./src/gui/models -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_gui_models_withoutopengl_cpp:
stage: build
@@ -728,6 +1208,11 @@ deheader_sdl2_gui_models_withoutopengl_cpp:
- find ./src/gui/models -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_actions_cpp:
stage: build
@@ -740,6 +1225,11 @@ deheader_actions_cpp:
- find ./src/actions -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_actions_h:
stage: build
@@ -752,6 +1242,11 @@ deheader_actions_h:
- find ./src/actions -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_being_cpp:
stage: build
@@ -764,6 +1259,11 @@ deheader_being_cpp:
- find ./src/being -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_being_h:
stage: build
@@ -776,6 +1276,11 @@ deheader_being_h:
- find ./src/being -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_const_h:
stage: build
@@ -788,6 +1293,11 @@ deheader_const_h:
- find ./src/const -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_dyetool_cpp:
stage: build
@@ -800,6 +1310,11 @@ deheader_dyetool_cpp:
- find ./src/dyetool -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_dyetool_h:
stage: build
@@ -812,6 +1327,11 @@ deheader_dyetool_h:
- find ./src/dyetool -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_enums_h:
stage: build
@@ -824,6 +1344,11 @@ deheader_enums_h:
- find ./src/enums -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_events_h:
stage: build
@@ -836,6 +1361,11 @@ deheader_events_h:
- find ./src/events -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_gui_fonts_cpp:
stage: build
@@ -848,6 +1378,11 @@ deheader_gui_fonts_cpp:
- find ./src/gui/fonts -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_gui_fonts_h:
stage: build
@@ -860,6 +1395,11 @@ deheader_gui_fonts_h:
- find ./src/gui/fonts -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_gui_models_h:
stage: build
@@ -872,6 +1412,11 @@ deheader_gui_models_h:
- find ./src/gui/models -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_gui_popups_cpp:
stage: build
@@ -884,6 +1429,11 @@ deheader_gui_popups_cpp:
- find ./src/gui/popups -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_gui_popups_h:
stage: build
@@ -896,6 +1446,11 @@ deheader_gui_popups_h:
- find ./src/gui/popups -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_gui_shortcut_cpp:
stage: build
@@ -908,6 +1463,11 @@ deheader_gui_shortcut_cpp:
- find ./src/gui/shortcut -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_gui_shortcut_h:
stage: build
@@ -920,6 +1480,11 @@ deheader_gui_shortcut_h:
- find ./src/gui/shortcut -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_gui_widgets_h:
stage: build
@@ -932,6 +1497,11 @@ deheader_gui_widgets_h:
- find ./src/gui/widgets -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_gui_windows_h:
stage: build
@@ -944,6 +1514,11 @@ deheader_gui_windows_h:
- find ./src/gui/windows -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_gui_cpp:
stage: build
@@ -956,6 +1531,11 @@ deheader_gui_cpp:
- find ./src/gui -type f -name "*.cpp" ! -path "./src/gui/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_gui_h:
stage: build
@@ -968,6 +1548,11 @@ deheader_gui_h:
- find ./src/gui -type f -name "*.h" ! -path "./src/gui/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_input_cpp:
stage: build
@@ -980,6 +1565,11 @@ deheader_input_cpp:
- find ./src/input -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_input_h:
stage: build
@@ -992,6 +1582,11 @@ deheader_input_h:
- find ./src/input -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_listeners_cpp:
stage: build
@@ -1004,6 +1599,11 @@ deheader_listeners_cpp:
- find ./src/listeners -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_listeners_h:
stage: build
@@ -1016,6 +1616,11 @@ deheader_listeners_h:
- find ./src/listeners -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_net_ea_cpp:
stage: build
@@ -1028,6 +1633,11 @@ deheader_net_ea_cpp:
- find ./src/net/ea -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_net_ea_h:
stage: build
@@ -1040,6 +1650,11 @@ deheader_net_ea_h:
- find ./src/net/ea -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_net_eathena_cpp:
stage: build
@@ -1052,6 +1667,11 @@ deheader_net_eathena_cpp:
- find ./src/net/eathena -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_net_eathena_h:
stage: build
@@ -1064,6 +1684,11 @@ deheader_net_eathena_h:
- find ./src/net/eathena -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_net_tmwa_cpp:
stage: build
@@ -1076,6 +1701,11 @@ deheader_net_tmwa_cpp:
- find ./src/net/tmwa -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_net_tmwa_h:
stage: build
@@ -1088,6 +1718,11 @@ deheader_net_tmwa_h:
- find ./src/net/tmwa -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_net_cpp:
stage: build
@@ -1100,6 +1735,11 @@ deheader_net_cpp:
- find ./src/net -type f -name "*.cpp" ! -path "./src/net/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_net_h:
stage: build
@@ -1112,6 +1752,11 @@ deheader_net_h:
- find ./src/net -type f -name "*.h" ! -path "./src/net/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_particle_cpp:
stage: build
@@ -1124,6 +1769,11 @@ deheader_particle_cpp:
- find ./src/particle -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_particle_h:
stage: build
@@ -1136,6 +1786,11 @@ deheader_particle_h:
- find ./src/particle -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_render_cpp:
stage: build
@@ -1148,6 +1803,11 @@ deheader_render_cpp:
- find ./src/render -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_render_h:
stage: build
@@ -1160,6 +1820,11 @@ deheader_render_h:
- find ./src/render -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_resources_db_cpp:
stage: build
@@ -1172,6 +1837,11 @@ deheader_resources_db_cpp:
- find ./src/resources/db -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_resources_db_h:
stage: build
@@ -1184,6 +1854,11 @@ deheader_resources_db_h:
- find ./src/resources/db -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_resources_map_cpp:
stage: build
@@ -1196,6 +1871,11 @@ deheader_resources_map_cpp:
- find ./src/resources/map -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_resources_map_h:
stage: build
@@ -1208,6 +1888,11 @@ deheader_resources_map_h:
- find ./src/resources/map -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_resources_cpp:
stage: build
@@ -1220,6 +1905,11 @@ deheader_resources_cpp:
- find ./src/resources -type f -name "*.cpp" ! -path "./src/resources/db/*" ! -path "./src/resources/map/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_resources_h:
stage: build
@@ -1232,6 +1922,11 @@ deheader_resources_h:
- find ./src/resources -type f -name "*.h" ! -path "./src/resources/db/*" ! -path "./src/resources/map/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_test_cpp:
stage: build
@@ -1244,6 +1939,11 @@ deheader_test_cpp:
- find ./src/test -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_test_h:
stage: build
@@ -1256,6 +1956,11 @@ deheader_test_h:
- find ./src/test -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_utils_cpp:
stage: build
@@ -1268,6 +1973,11 @@ deheader_utils_cpp:
- find ./src/utils -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_utils_h:
stage: build
@@ -1280,6 +1990,11 @@ deheader_utils_h:
- find ./src/utils -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_cpp:
stage: build
@@ -1292,6 +2007,11 @@ deheader_cpp:
- find ./src -type f -name "*.cpp" ! -path "./src/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_h:
stage: build
@@ -1304,6 +2024,11 @@ deheader_h:
- find ./src -type f -name "*.h" ! -path "./src/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_cc:
stage: build
@@ -1316,6 +2041,11 @@ deheader_cc:
- find ./src -type f -name "*.cc" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
# deheader sdl2
@@ -1330,6 +2060,11 @@ deheader_sdl2_actions_cpp:
- find ./src/actions -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_actions_h:
stage: build
@@ -1342,6 +2077,11 @@ deheader_sdl2_actions_h:
- find ./src/actions -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_being_cpp:
stage: build
@@ -1354,6 +2094,11 @@ deheader_sdl2_being_cpp:
- find ./src/being -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_being_h:
stage: build
@@ -1366,6 +2111,11 @@ deheader_sdl2_being_h:
- find ./src/being -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_const_h:
stage: build
@@ -1378,6 +2128,11 @@ deheader_sdl2_const_h:
- find ./src/const -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_dyetool_cpp:
stage: build
@@ -1390,6 +2145,11 @@ deheader_sdl2_dyetool_cpp:
- find ./src/dyetool -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_dyetool_h:
stage: build
@@ -1402,6 +2162,11 @@ deheader_sdl2_dyetool_h:
- find ./src/dyetool -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_enums_h:
stage: build
@@ -1414,6 +2179,11 @@ deheader_sdl2_enums_h:
- find ./src/enums -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_events_h:
stage: build
@@ -1426,6 +2196,11 @@ deheader_sdl2_events_h:
- find ./src/events -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_gui_fonts_cpp:
stage: build
@@ -1438,6 +2213,11 @@ deheader_sdl2_gui_fonts_cpp:
- find ./src/gui/fonts -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_gui_fonts_h:
stage: build
@@ -1450,6 +2230,11 @@ deheader_sdl2_gui_fonts_h:
- find ./src/gui/fonts -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_gui_models_h:
stage: build
@@ -1462,6 +2247,11 @@ deheader_sdl2_gui_models_h:
- find ./src/gui/models -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_gui_popups_cpp:
stage: build
@@ -1474,6 +2264,11 @@ deheader_sdl2_gui_popups_cpp:
- find ./src/gui/popups -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_gui_popups_h:
stage: build
@@ -1486,6 +2281,11 @@ deheader_sdl2_gui_popups_h:
- find ./src/gui/popups -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_gui_shortcut_cpp:
stage: build
@@ -1498,6 +2298,11 @@ deheader_sdl2_gui_shortcut_cpp:
- find ./src/gui/shortcut -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_gui_shortcut_h:
stage: build
@@ -1510,6 +2315,11 @@ deheader_sdl2_gui_shortcut_h:
- find ./src/gui/shortcut -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_gui_widgets_h:
stage: build
@@ -1522,6 +2332,11 @@ deheader_sdl2_gui_widgets_h:
- find ./src/gui/widgets -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_gui_windows_h:
stage: build
@@ -1534,6 +2349,11 @@ deheader_sdl2_gui_windows_h:
- find ./src/gui/windows -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_gui_cpp:
stage: build
@@ -1546,6 +2366,11 @@ deheader_sdl2_gui_cpp:
- find ./src/gui -type f -name "*.cpp" ! -path "./src/gui/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_gui_h:
stage: build
@@ -1558,6 +2383,11 @@ deheader_sdl2_gui_h:
- find ./src/gui -type f -name "*.h" ! -path "./src/gui/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_input_cpp:
stage: build
@@ -1570,6 +2400,11 @@ deheader_sdl2_input_cpp:
- find ./src/input -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_input_h:
stage: build
@@ -1582,6 +2417,11 @@ deheader_sdl2_input_h:
- find ./src/input -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_listeners_cpp:
stage: build
@@ -1594,6 +2434,11 @@ deheader_sdl2_listeners_cpp:
- find ./src/listeners -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_listeners_h:
stage: build
@@ -1606,6 +2451,11 @@ deheader_sdl2_listeners_h:
- find ./src/listeners -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_net_ea_cpp:
stage: build
@@ -1618,6 +2468,11 @@ deheader_sdl2_net_ea_cpp:
- find ./src/net/ea -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_net_ea_h:
stage: build
@@ -1630,6 +2485,11 @@ deheader_sdl2_net_ea_h:
- find ./src/net/ea -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_net_eathena_cpp:
stage: build
@@ -1642,6 +2502,11 @@ deheader_sdl2_net_eathena_cpp:
- find ./src/net/eathena -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_net_eathena_h:
stage: build
@@ -1654,6 +2519,11 @@ deheader_sdl2_net_eathena_h:
- find ./src/net/eathena -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_net_tmwa_cpp:
stage: build
@@ -1666,6 +2536,11 @@ deheader_sdl2_net_tmwa_cpp:
- find ./src/net/tmwa -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_net_tmwa_h:
stage: build
@@ -1678,6 +2553,11 @@ deheader_sdl2_net_tmwa_h:
- find ./src/net/tmwa -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_net_cpp:
stage: build
@@ -1690,6 +2570,11 @@ deheader_sdl2_net_cpp:
- find ./src/net -type f -name "*.cpp" ! -path "./src/net/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_net_h:
stage: build
@@ -1702,6 +2587,11 @@ deheader_sdl2_net_h:
- find ./src/net -type f -name "*.h" ! -path "./src/net/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_particle_cpp:
stage: build
@@ -1714,6 +2604,11 @@ deheader_sdl2_particle_cpp:
- find ./src/particle -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_particle_h:
stage: build
@@ -1726,6 +2621,11 @@ deheader_sdl2_particle_h:
- find ./src/particle -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_render_cpp:
stage: build
@@ -1738,6 +2638,11 @@ deheader_sdl2_render_cpp:
- find ./src/render -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_render_h:
stage: build
@@ -1750,6 +2655,11 @@ deheader_sdl2_render_h:
- find ./src/render -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_resources_db_cpp:
stage: build
@@ -1762,6 +2672,11 @@ deheader_sdl2_resources_db_cpp:
- find ./src/resources/db -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_resources_db_h:
stage: build
@@ -1774,6 +2689,11 @@ deheader_sdl2_resources_db_h:
- find ./src/resources/db -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_resources_map_cpp:
stage: build
@@ -1786,6 +2706,11 @@ deheader_sdl2_resources_map_cpp:
- find ./src/resources/map -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_resources_map_h:
stage: build
@@ -1798,6 +2723,11 @@ deheader_sdl2_resources_map_h:
- find ./src/resources/map -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_resources_cpp:
stage: build
@@ -1810,6 +2740,11 @@ deheader_sdl2_resources_cpp:
- find ./src/resources -type f -name "*.cpp" ! -path "./src/resources/db/*" ! -path "./src/resources/map/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_resources_h:
stage: build
@@ -1822,6 +2757,11 @@ deheader_sdl2_resources_h:
- find ./src/resources -type f -name "*.h" ! -path "./src/resources/db/*" ! -path "./src/resources/map/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_test_cpp:
stage: build
@@ -1834,6 +2774,11 @@ deheader_sdl2_test_cpp:
- find ./src/test -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_test_h:
stage: build
@@ -1846,6 +2791,11 @@ deheader_sdl2_test_h:
- find ./src/test -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_utils_cpp:
stage: build
@@ -1858,6 +2808,11 @@ deheader_sdl2_utils_cpp:
- find ./src/utils -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_utils_h:
stage: build
@@ -1870,6 +2825,11 @@ deheader_sdl2_utils_h:
- find ./src/utils -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_cpp:
stage: build
@@ -1882,6 +2842,11 @@ deheader_sdl2_cpp:
- find ./src -type f -name "*.cpp" ! -path "./src/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_h:
stage: build
@@ -1894,6 +2859,11 @@ deheader_sdl2_h:
- find ./src -type f -name "*.h" ! -path "./src/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_cc:
stage: build
@@ -1906,6 +2876,11 @@ deheader_sdl2_cc:
- find ./src -type f -name "*.cc" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
# dehedeart without opengl
@@ -1920,6 +2895,11 @@ deheader_actions_withoutopengl_cpp:
- find ./src/actions -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_actions_withoutopengl_h:
stage: build
@@ -1932,6 +2912,11 @@ deheader_actions_withoutopengl_h:
- find ./src/actions -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_being_withoutopengl_cpp:
stage: build
@@ -1944,6 +2929,11 @@ deheader_being_withoutopengl_cpp:
- find ./src/being -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_being_withoutopengl_h:
stage: build
@@ -1956,6 +2946,11 @@ deheader_being_withoutopengl_h:
- find ./src/being -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_const_withoutopengl_h:
stage: build
@@ -1968,6 +2963,11 @@ deheader_const_withoutopengl_h:
- find ./src/const -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_dyetool_withoutopengl_cpp:
stage: build
@@ -1980,6 +2980,11 @@ deheader_dyetool_withoutopengl_cpp:
- find ./src/dyetool -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_dyetool_withoutopengl_h:
stage: build
@@ -1992,6 +2997,11 @@ deheader_dyetool_withoutopengl_h:
- find ./src/dyetool -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_enums_withoutopengl_h:
stage: build
@@ -2004,6 +3014,11 @@ deheader_enums_withoutopengl_h:
- find ./src/enums -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_events_withoutopengl_h:
stage: build
@@ -2016,6 +3031,11 @@ deheader_events_withoutopengl_h:
- find ./src/events -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_gui_fonts_withoutopengl_cpp:
stage: build
@@ -2028,6 +3048,11 @@ deheader_gui_fonts_withoutopengl_cpp:
- find ./src/gui/fonts -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_gui_fonts_withoutopengl_h:
stage: build
@@ -2040,6 +3065,11 @@ deheader_gui_fonts_withoutopengl_h:
- find ./src/gui/fonts -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_gui_models_withoutopengl_h:
stage: build
@@ -2052,6 +3082,11 @@ deheader_gui_models_withoutopengl_h:
- find ./src/gui/models -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_gui_popups_withoutopengl_cpp:
stage: build
@@ -2064,6 +3099,11 @@ deheader_gui_popups_withoutopengl_cpp:
- find ./src/gui/popups -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_gui_popups_withoutopengl_h:
stage: build
@@ -2076,6 +3116,11 @@ deheader_gui_popups_withoutopengl_h:
- find ./src/gui/popups -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_gui_shortcut_withoutopengl_cpp:
stage: build
@@ -2088,6 +3133,11 @@ deheader_gui_shortcut_withoutopengl_cpp:
- find ./src/gui/shortcut -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_gui_shortcut_withoutopengl_h:
stage: build
@@ -2100,6 +3150,11 @@ deheader_gui_shortcut_withoutopengl_h:
- find ./src/gui/shortcut -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_gui_widgets_withoutopengl_h:
stage: build
@@ -2112,6 +3167,11 @@ deheader_gui_widgets_withoutopengl_h:
- find ./src/gui/widgets -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_gui_windows_withoutopengl_h:
stage: build
@@ -2124,6 +3184,11 @@ deheader_gui_windows_withoutopengl_h:
- find ./src/gui/windows -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_gui_withoutopengl_cpp:
stage: build
@@ -2136,6 +3201,11 @@ deheader_gui_withoutopengl_cpp:
- find ./src/gui -type f -name "*.cpp" ! -path "./src/gui/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_gui_withoutopengl_h:
stage: build
@@ -2148,6 +3218,11 @@ deheader_gui_withoutopengl_h:
- find ./src/gui -type f -name "*.h" ! -path "./src/gui/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_input_withoutopengl_cpp:
stage: build
@@ -2160,6 +3235,11 @@ deheader_input_withoutopengl_cpp:
- find ./src/input -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_input_withoutopengl_h:
stage: build
@@ -2172,6 +3252,11 @@ deheader_input_withoutopengl_h:
- find ./src/input -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_listeners_withoutopengl_cpp:
stage: build
@@ -2184,6 +3269,11 @@ deheader_listeners_withoutopengl_cpp:
- find ./src/listeners -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_listeners_withoutopengl_h:
stage: build
@@ -2196,6 +3286,11 @@ deheader_listeners_withoutopengl_h:
- find ./src/listeners -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_net_ea_withoutopengl_cpp:
stage: build
@@ -2208,6 +3303,11 @@ deheader_net_ea_withoutopengl_cpp:
- find ./src/net/ea -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_net_ea_withoutopengl_h:
stage: build
@@ -2220,6 +3320,11 @@ deheader_net_ea_withoutopengl_h:
- find ./src/net/ea -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_net_eathena_withoutopengl_cpp:
stage: build
@@ -2232,6 +3337,11 @@ deheader_net_eathena_withoutopengl_cpp:
- find ./src/net/eathena -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_net_eathena_withoutopengl_h:
stage: build
@@ -2244,6 +3354,11 @@ deheader_net_eathena_withoutopengl_h:
- find ./src/net/eathena -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_net_tmwa_withoutopengl_cpp:
stage: build
@@ -2256,6 +3371,11 @@ deheader_net_tmwa_withoutopengl_cpp:
- find ./src/net/tmwa -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_net_tmwa_withoutopengl_h:
stage: build
@@ -2268,6 +3388,11 @@ deheader_net_tmwa_withoutopengl_h:
- find ./src/net/tmwa -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_net_withoutopengl_cpp:
stage: build
@@ -2280,6 +3405,11 @@ deheader_net_withoutopengl_cpp:
- find ./src/net -type f -name "*.cpp" ! -path "./src/net/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_net_withoutopengl_h:
stage: build
@@ -2292,6 +3422,11 @@ deheader_net_withoutopengl_h:
- find ./src/net -type f -name "*.h" ! -path "./src/net/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_particle_withoutopengl_cpp:
stage: build
@@ -2304,6 +3439,11 @@ deheader_particle_withoutopengl_cpp:
- find ./src/particle -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_particle_withoutopengl_h:
stage: build
@@ -2316,6 +3456,11 @@ deheader_particle_withoutopengl_h:
- find ./src/particle -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_render_withoutopengl_cpp:
stage: build
@@ -2328,6 +3473,11 @@ deheader_render_withoutopengl_cpp:
- find ./src/render -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_render_withoutopengl_h:
stage: build
@@ -2340,6 +3490,11 @@ deheader_render_withoutopengl_h:
- find ./src/render -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_resources_db_withoutopengl_cpp:
stage: build
@@ -2352,6 +3507,11 @@ deheader_resources_db_withoutopengl_cpp:
- find ./src/resources/db -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_resources_db_withoutopengl_h:
stage: build
@@ -2364,6 +3524,11 @@ deheader_resources_db_withoutopengl_h:
- find ./src/resources/db -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_resources_map_withoutopengl_cpp:
stage: build
@@ -2376,6 +3541,11 @@ deheader_resources_map_withoutopengl_cpp:
- find ./src/resources/map -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_resources_map_withoutopengl_h:
stage: build
@@ -2388,6 +3558,11 @@ deheader_resources_map_withoutopengl_h:
- find ./src/resources/map -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_resources_withoutopengl_cpp:
stage: build
@@ -2400,6 +3575,11 @@ deheader_resources_withoutopengl_cpp:
- find ./src/resources -type f -name "*.cpp" ! -path "./src/resources/db/*" ! -path "./src/resources/map/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_resources_withoutopengl_h:
stage: build
@@ -2412,6 +3592,11 @@ deheader_resources_withoutopengl_h:
- find ./src/resources -type f -name "*.h" ! -path "./src/resources/db/*" ! -path "./src/resources/map/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_test_withoutopengl_cpp:
stage: build
@@ -2424,6 +3609,11 @@ deheader_test_withoutopengl_cpp:
- find ./src/test -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_test_withoutopengl_h:
stage: build
@@ -2436,6 +3626,11 @@ deheader_test_withoutopengl_h:
- find ./src/test -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_utils_withoutopengl_cpp:
stage: build
@@ -2448,6 +3643,11 @@ deheader_utils_withoutopengl_cpp:
- find ./src/utils -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_utils_withoutopengl_h:
stage: build
@@ -2460,6 +3660,11 @@ deheader_utils_withoutopengl_h:
- find ./src/utils -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_withoutopengl_cpp:
stage: build
@@ -2472,6 +3677,11 @@ deheader_withoutopengl_cpp:
- find ./src -type f -name "*.cpp" ! -path "./src/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_withoutopengl_h:
stage: build
@@ -2484,6 +3694,11 @@ deheader_withoutopengl_h:
- find ./src -type f -name "*.h" ! -path "./src/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_withoutopengl_cc:
stage: build
@@ -2496,6 +3711,11 @@ deheader_withoutopengl_cc:
- find ./src -type f -name "*.cc" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
# deheader sdl2
@@ -2510,6 +3730,11 @@ deheader_sdl2_actions_withoutopengl_cpp:
- find ./src/actions -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_actions_withoutopengl_h:
stage: build
@@ -2522,6 +3747,11 @@ deheader_sdl2_actions_withoutopengl_h:
- find ./src/actions -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_being_withoutopengl_cpp:
stage: build
@@ -2534,6 +3764,11 @@ deheader_sdl2_being_withoutopengl_cpp:
- find ./src/being -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_being_withoutopengl_h:
stage: build
@@ -2546,6 +3781,11 @@ deheader_sdl2_being_withoutopengl_h:
- find ./src/being -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_const_withoutopengl_h:
stage: build
@@ -2558,6 +3798,11 @@ deheader_sdl2_const_withoutopengl_h:
- find ./src/const -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_dyetool_withoutopengl_cpp:
stage: build
@@ -2570,6 +3815,11 @@ deheader_sdl2_dyetool_withoutopengl_cpp:
- find ./src/dyetool -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_dyetool_withoutopengl_h:
stage: build
@@ -2582,6 +3832,11 @@ deheader_sdl2_dyetool_withoutopengl_h:
- find ./src/dyetool -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_enums_withoutopengl_h:
stage: build
@@ -2594,6 +3849,11 @@ deheader_sdl2_enums_withoutopengl_h:
- find ./src/enums -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_events_withoutopengl_h:
stage: build
@@ -2606,6 +3866,11 @@ deheader_sdl2_events_withoutopengl_h:
- find ./src/events -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_gui_fonts_withoutopengl_cpp:
stage: build
@@ -2618,6 +3883,11 @@ deheader_sdl2_gui_fonts_withoutopengl_cpp:
- find ./src/gui/fonts -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_gui_fonts_withoutopengl_h:
stage: build
@@ -2630,6 +3900,11 @@ deheader_sdl2_gui_fonts_withoutopengl_h:
- find ./src/gui/fonts -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_gui_models_withoutopengl_h:
stage: build
@@ -2642,6 +3917,11 @@ deheader_sdl2_gui_models_withoutopengl_h:
- find ./src/gui/models -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_gui_popups_withoutopengl_cpp:
stage: build
@@ -2654,6 +3934,11 @@ deheader_sdl2_gui_popups_withoutopengl_cpp:
- find ./src/gui/popups -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_gui_popups_withoutopengl_h:
stage: build
@@ -2666,6 +3951,11 @@ deheader_sdl2_gui_popups_withoutopengl_h:
- find ./src/gui/popups -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_gui_shortcut_withoutopengl_cpp:
stage: build
@@ -2678,6 +3968,11 @@ deheader_sdl2_gui_shortcut_withoutopengl_cpp:
- find ./src/gui/shortcut -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_gui_shortcut_withoutopengl_h:
stage: build
@@ -2690,6 +3985,11 @@ deheader_sdl2_gui_shortcut_withoutopengl_h:
- find ./src/gui/shortcut -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_gui_widgets_withoutopengl_h:
stage: build
@@ -2702,6 +4002,11 @@ deheader_sdl2_gui_widgets_withoutopengl_h:
- find ./src/gui/widgets -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_gui_windows_withoutopengl_h:
stage: build
@@ -2714,6 +4019,11 @@ deheader_sdl2_gui_windows_withoutopengl_h:
- find ./src/gui/windows -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_gui_withoutopengl_cpp:
stage: build
@@ -2726,6 +4036,11 @@ deheader_sdl2_gui_withoutopengl_cpp:
- find ./src/gui -type f -name "*.cpp" ! -path "./src/gui/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_gui_withoutopengl_h:
stage: build
@@ -2738,6 +4053,11 @@ deheader_sdl2_gui_withoutopengl_h:
- find ./src/gui -type f -name "*.h" ! -path "./src/gui/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_input_withoutopengl_cpp:
stage: build
@@ -2750,6 +4070,11 @@ deheader_sdl2_input_withoutopengl_cpp:
- find ./src/input -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_input_withoutopengl_h:
stage: build
@@ -2762,6 +4087,11 @@ deheader_sdl2_input_withoutopengl_h:
- find ./src/input -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_listeners_withoutopengl_cpp:
stage: build
@@ -2774,6 +4104,11 @@ deheader_sdl2_listeners_withoutopengl_cpp:
- find ./src/listeners -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_listeners_withoutopengl_h:
stage: build
@@ -2786,6 +4121,11 @@ deheader_sdl2_listeners_withoutopengl_h:
- find ./src/listeners -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_net_ea_withoutopengl_cpp:
stage: build
@@ -2798,6 +4138,11 @@ deheader_sdl2_net_ea_withoutopengl_cpp:
- find ./src/net/ea -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_net_ea_withoutopengl_h:
stage: build
@@ -2810,6 +4155,11 @@ deheader_sdl2_net_ea_withoutopengl_h:
- find ./src/net/ea -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_net_eathena_withoutopengl_cpp:
stage: build
@@ -2822,6 +4172,11 @@ deheader_sdl2_net_eathena_withoutopengl_cpp:
- find ./src/net/eathena -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_net_eathena_withoutopengl_h:
stage: build
@@ -2834,6 +4189,11 @@ deheader_sdl2_net_eathena_withoutopengl_h:
- find ./src/net/eathena -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_net_tmwa_withoutopengl_cpp:
stage: build
@@ -2846,6 +4206,11 @@ deheader_sdl2_net_tmwa_withoutopengl_cpp:
- find ./src/net/tmwa -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_net_tmwa_withoutopengl_h:
stage: build
@@ -2858,6 +4223,11 @@ deheader_sdl2_net_tmwa_withoutopengl_h:
- find ./src/net/tmwa -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_net_withoutopengl_cpp:
stage: build
@@ -2870,6 +4240,11 @@ deheader_sdl2_net_withoutopengl_cpp:
- find ./src/net -type f -name "*.cpp" ! -path "./src/net/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_net_withoutopengl_h:
stage: build
@@ -2882,6 +4257,11 @@ deheader_sdl2_net_withoutopengl_h:
- find ./src/net -type f -name "*.h" ! -path "./src/net/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_particle_withoutopengl_cpp:
stage: build
@@ -2894,6 +4274,11 @@ deheader_sdl2_particle_withoutopengl_cpp:
- find ./src/particle -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_particle_withoutopengl_h:
stage: build
@@ -2906,6 +4291,11 @@ deheader_sdl2_particle_withoutopengl_h:
- find ./src/particle -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_render_withoutopengl_cpp:
stage: build
@@ -2918,6 +4308,11 @@ deheader_sdl2_render_withoutopengl_cpp:
- find ./src/render -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_render_withoutopengl_h:
stage: build
@@ -2930,6 +4325,11 @@ deheader_sdl2_render_withoutopengl_h:
- find ./src/render -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_resources_db_withoutopengl_cpp:
stage: build
@@ -2942,6 +4342,11 @@ deheader_sdl2_resources_db_withoutopengl_cpp:
- find ./src/resources/db -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_resources_db_withoutopengl_h:
stage: build
@@ -2954,6 +4359,11 @@ deheader_sdl2_resources_db_withoutopengl_h:
- find ./src/resources/db -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_resources_map_withoutopengl_cpp:
stage: build
@@ -2966,6 +4376,11 @@ deheader_sdl2_resources_map_withoutopengl_cpp:
- find ./src/resources/map -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_resources_map_withoutopengl_h:
stage: build
@@ -2978,6 +4393,11 @@ deheader_sdl2_resources_map_withoutopengl_h:
- find ./src/resources/map -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_resources_withoutopengl_cpp:
stage: build
@@ -2990,6 +4410,11 @@ deheader_sdl2_resources_withoutopengl_cpp:
- find ./src/resources -type f -name "*.cpp" ! -path "./src/resources/db/*" ! -path "./src/resources/map/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_resources_withoutopengl_h:
stage: build
@@ -3002,6 +4427,11 @@ deheader_sdl2_resources_withoutopengl_h:
- find ./src/resources -type f -name "*.h" ! -path "./src/resources/db/*" ! -path "./src/resources/map/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_test_withoutopengl_cpp:
stage: build
@@ -3014,6 +4444,11 @@ deheader_sdl2_test_withoutopengl_cpp:
- find ./src/test -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_test_withoutopengl_h:
stage: build
@@ -3026,6 +4461,11 @@ deheader_sdl2_test_withoutopengl_h:
- find ./src/test -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_utils_withoutopengl_cpp:
stage: build
@@ -3038,6 +4478,11 @@ deheader_sdl2_utils_withoutopengl_cpp:
- find ./src/utils -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_utils_withoutopengl_h:
stage: build
@@ -3050,6 +4495,11 @@ deheader_sdl2_utils_withoutopengl_h:
- find ./src/utils -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_withoutopengl_cpp:
stage: build
@@ -3062,6 +4512,11 @@ deheader_sdl2_withoutopengl_cpp:
- find ./src -type f -name "*.cpp" ! -path "./src/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_withoutopengl_h:
stage: build
@@ -3074,6 +4529,11 @@ deheader_sdl2_withoutopengl_h:
- find ./src -type f -name "*.h" ! -path "./src/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
deheader_sdl2_withoutopengl_cc:
stage: build
@@ -3086,6 +4546,11 @@ deheader_sdl2_withoutopengl_cc:
- find ./src -type f -name "*.cc" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
image: debian:unstable
+ artifacts:
+ paths:
+ - logs
+ when: on_failure
+ expire_in: 3 week
# reports
@@ -3102,3 +4567,8 @@ failure:
- echo "nothing"
image: debian:unstable
when: on_failure
+ artifacts:
+ paths:
+ - logs
+ when: always
+ expire_in: 3 week