From a0e24435d7e0c789badb318888517a61087e279d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 27 Apr 2017 00:11:57 +0300 Subject: Add builds with opengl errors flag into .gitlab-ci.yml --- .gitlab-ci.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b1cdc920..e19b25680 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2532,6 +2532,33 @@ gcc-6_SDL_default_old_test: tags: - docker +gcc-6_openglerrors_i386: + stage: build + script: + - ./tools/ci/jobs/gcc6.sh --enable-openglerrors + - ./tools/ci/scripts/runtest.sh + <<: *job-push + image: vicamo/debian:sid-i386 + variables: + PACKAGES: gcc-6 g++-6 + make autoconf automake autopoint gettext + 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 + gdb + +gcc-6_openglerrors: + stage: build + script: + - ./tools/ci/jobs/gcc6.sh --enable-openglerrors + - ./tools/ci/scripts/runtest.sh + <<: *job-push + variables: + PACKAGES: gcc-6 g++-6 + make autoconf automake autopoint gettext + 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 + gdb + # deheader default deheader_gui_windows_cpp: -- cgit v1.2.3-70-g09d2