diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b31d5f0fb..95ed4917f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -969,6 +969,30 @@ gcc-5_tarball_tests: # simple builds +gcc-3_sdl1: + stage: build + script: + - ./tools/ci/jobs/gcc3.sh + image: registry.gitlab.com/manaplus/images:gentoo_gcc3_sdl1 + <<: *job-shared + variables: + PMUPDATE: "echo" + PMINSTALL: "echo" + tags: + - docker + +gcc-3_sdl2: + stage: build + script: + - ./tools/ci/jobs/gcc3.sh --with-sdl2 + image: registry.gitlab.com/manaplus/images:gentoo_gcc3_sdl2 + <<: *job-shared + variables: + PMUPDATE: "echo" + PMINSTALL: "echo" + tags: + - docker + gcc-4.4_i386: stage: build script: |