diff options
author | Fedja Beader <fedja@protonmail.ch> | 2025-05-26 22:29:03 +0200 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2025-05-26 22:29:03 +0200 |
commit | 165f1a3045a09e4c170f5784aadf0267892ac7dd (patch) | |
tree | 76a0b3b6c4218a534a99ac3e4fb40a4869f9d2f0 | |
parent | 9eacc4cc9ae99c9b9997f96d26f8bd93da10d123 (diff) | |
download | manaplus-165f1a3045a09e4c170f5784aadf0267892ac7dd.tar.gz manaplus-165f1a3045a09e4c170f5784aadf0267892ac7dd.tar.bz2 manaplus-165f1a3045a09e4c170f5784aadf0267892ac7dd.tar.xz manaplus-165f1a3045a09e4c170f5784aadf0267892ac7dd.zip |
autoupdate test: I want to see if it produces the same result as in !25
without the version requirement.
-rw-r--r-- | .gitlab-ci.yml | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7c028fa13..a5a988183 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -258,22 +258,13 @@ variables: gcc-5_sdl2: stage: prebuild - only: - - master image: ubuntu:xenial script: - - ./tools/ci/jobs/gcc5_sdl2.sh - - ./tools/ci/scripts/rundyecmd.sh - - ./tools/ci/scripts/runtests.sh - - ./tools/ci/jobs/gcc5_sdl2_c++11.sh - - ./tools/ci/scripts/runtests.sh + - autoupdate + - git diff <<: *job-push variables: - PACKAGES: gcc-5 g++-5 - make autoconf automake autopoint gettext - libxml2-dev libcurl4-gnutls-dev libpng-dev - libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev - gdb valgrind netcat-openbsd procps + PACKAGES: autoconf automake autopoint gettext # TODO: make this only run once-in-a-while (e.g. before release?) .gcc-10_game_only: |