From a378c2459754e27a0b1101fe0635a7cc35e099af Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 8 Feb 2017 16:54:23 +0300 Subject: Add sdl 2 builds with gcc 4.8 and 4.9 --- .gitlab-ci.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to '.gitlab-ci.yml') 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: -- cgit v1.2.3-60-g2f50