summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml84
1 files changed, 84 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 95ed4917f..a92c911ea 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -967,6 +967,34 @@ gcc-5_tarball_tests:
libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
valgrind
+.gentoo_gcc-5_tests:
+ stage: build
+ script:
+ - ./tools/ci/jobs/gcc5_tests.sh --without-dyecmd --without-manaplusgame
+ image: registry.gitlab.com/manaplus/images:gentoo_gcc54_sdl1
+ <<: *job-shared
+ variables:
+ PMUPDATE: "echo"
+ PMINSTALL: "echo"
+ NEWCC: gcc-5.4.0
+ NEWCXX: g++-5.4.0-r3
+ tags:
+ - docker
+
+.gentoo_gcc-5_tests_sdl2:
+ stage: build
+ script:
+ - ./tools/ci/jobs/gcc5_tests.sh --without-dyecmd --without-manaplusgame --with-sdl2
+ image: registry.gitlab.com/manaplus/images:gentoo_gcc54_sdl2
+ <<: *job-shared
+ variables:
+ PMUPDATE: "echo"
+ PMINSTALL: "echo"
+ NEWCC: gcc-5.4.0
+ NEWCXX: g++-5.4.0-r3
+ tags:
+ - docker
+
# simple builds
gcc-3_sdl1:
@@ -993,6 +1021,62 @@ gcc-3_sdl2:
tags:
- docker
+gcc-4.1_sdl1:
+ stage: build
+ script:
+ - ./tools/ci/jobs/gcc41.sh
+ image: registry.gitlab.com/manaplus/images:gentoo_gcc41_sdl1
+ <<: *job-shared
+ variables:
+ PMUPDATE: "echo"
+ PMINSTALL: "echo"
+ NEWCC: gcc-4.1.2
+ NEWCXX: g++-4.1.2
+ tags:
+ - docker
+
+gcc-4.1_sdl2:
+ stage: build
+ script:
+ - ./tools/ci/jobs/gcc41.sh --with-sdl2
+ image: registry.gitlab.com/manaplus/images:gentoo_gcc41_sdl2
+ <<: *job-shared
+ variables:
+ PMUPDATE: "echo"
+ PMINSTALL: "echo"
+ NEWCC: gcc-4.1.2
+ NEWCXX: g++-4.1.2
+ tags:
+ - docker
+
+gcc-4.3_sdl1:
+ stage: build
+ script:
+ - ./tools/ci/jobs/gcc43.sh
+ image: registry.gitlab.com/manaplus/images:gentoo_gcc43_sdl1
+ <<: *job-shared
+ variables:
+ PMUPDATE: "echo"
+ PMINSTALL: "echo"
+ NEWCC: gcc-4.3.6
+ NEWCXX: g++-4.3.6
+ tags:
+ - docker
+
+gcc-4.3_sdl2:
+ stage: build
+ script:
+ - ./tools/ci/jobs/gcc43.sh --with-sdl2
+ image: registry.gitlab.com/manaplus/images:gentoo_gcc43_sdl2
+ <<: *job-shared
+ variables:
+ PMUPDATE: "echo"
+ PMINSTALL: "echo"
+ NEWCC: gcc-4.3.6
+ NEWCXX: g++-4.3.6
+ tags:
+ - docker
+
gcc-4.4_i386:
stage: build
script: