diff options
-rw-r--r-- | .gitlab-ci.yml | 16 | ||||
-rw-r--r-- | tools/ci/branches/master/.gitlab-ci.yml | 16 |
2 files changed, 32 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9197e5556..bc028da5f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,6 +77,22 @@ gcc-8-i386: tags: - docker +gcc-snapshot_sdl2: + stage: prebuild + script: + - ./tools/ci/jobs/gccsnapshot_sdl2.sh + - ./tools/ci/scripts/runtests.sh + <<: *job-push + variables: + ABOUTYOFFSET: 380 + PACKAGES: gcc-snapshot + 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 + git gdb valgrind netcat-openbsd procps + tags: + - docker + gcc-10-i386: stage: prebuild script: diff --git a/tools/ci/branches/master/.gitlab-ci.yml b/tools/ci/branches/master/.gitlab-ci.yml index c523d7b9a..610c4dfda 100644 --- a/tools/ci/branches/master/.gitlab-ci.yml +++ b/tools/ci/branches/master/.gitlab-ci.yml @@ -75,6 +75,22 @@ gcc-6-i386: tags: - docker +gcc-snapshot_sdl2: + stage: build + script: + - ./tools/ci/jobs/gccsnapshot_sdl2.sh + - ./tools/ci/scripts/runtests.sh + <<: *job-push + variables: + ABOUTYOFFSET: 380 + PACKAGES: gcc-snapshot + 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 + git gdb valgrind netcat-openbsd procps + tags: + - docker + gcc-10-i386: stage: prebuild script: |