diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-04-27 00:11:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-04-27 00:11:57 +0300 |
commit | a0e24435d7e0c789badb318888517a61087e279d (patch) | |
tree | e3f11740975756953baf2b50a0fb011f57883d53 | |
parent | 8c52c1aac1f116b11e7599c12c3db4edcbc0ddeb (diff) | |
download | plus-a0e24435d7e0c789badb318888517a61087e279d.tar.gz plus-a0e24435d7e0c789badb318888517a61087e279d.tar.bz2 plus-a0e24435d7e0c789badb318888517a61087e279d.tar.xz plus-a0e24435d7e0c789badb318888517a61087e279d.zip |
Add builds with opengl errors flag into .gitlab-ci.yml
-rw-r--r-- | .gitlab-ci.yml | 27 |
1 files changed, 27 insertions, 0 deletions
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: |