summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml15
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: