diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index db8c0fe23..ea9116a5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1462,6 +1462,40 @@ gentoo_gcc-4.9_tests_sdl2: # simple builds +gcc-gentoo_sdl1: + stage: prebuild + script: + - ./tools/ci/jobs/any_compiler.sh --enable-werror + - ./tools/ci/scripts/runtests.sh + image: registry.gitlab.com/manaplus/images:gentoo_gcc_sdl1 + <<: *job-push + variables: + LOGFILE: gcc.log + CC: gcc + CXX: g++ + CXXFLAGS: "-Wall -Wextra" + PMUPDATE: "echo" + PMINSTALL: "echo" + tags: + - docker + +gcc-gentoo_sdl2: + stage: prebuild + script: + - ./tools/ci/jobs/any_compiler.sh --with-sdl2 --enable-werror + - ./tools/ci/scripts/runtests.sh + image: registry.gitlab.com/manaplus/images:gentoo_gcc_sdl2 + <<: *job-push + variables: + LOGFILE: gcc.log + CC: gcc + CXX: g++ + CXXFLAGS: "-Wall -Wextra" + PMUPDATE: "echo" + PMINSTALL: "echo" + tags: + - docker + gcc-3_sdl1: stage: build script: |