summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c92113acc..39ac2b2cb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1346,6 +1346,31 @@ gcc-6_no_asserts:
libxml2-dev libcurl4-gnutls-dev libpng-dev
libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
+gcc-4.8_sdl2:
+ stage: build
+ script:
+ - ./tools/ci/jobs/gcc48.sh
+ image: debian:stable
+ <<: *job-shared
+ variables:
+ PACKAGES: gcc-4.8 g++-4.8
+ make autoconf automake autopoint gettext libphysfs-dev
+ libxml2-dev libcurl4-gnutls-dev libpng-dev
+ libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev
+
+gcc-4.9_sdl2:
+ stage: build
+ script:
+ - ./tools/ci/jobs/gcc49.sh
+ image: debian:stable
+ <<: *job-shared
+ variables:
+ PACKAGES: gcc-4.9 g++-4.9
+ make autoconf automake autopoint gettext libphysfs-dev
+ libxml2-dev libcurl4-gnutls-dev libpng-dev
+ libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev
+
+
# different tools
gcc-5_h_eathena_tmwa: