diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-03-24 20:48:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-03-24 20:58:40 +0300 |
commit | 0d59961f707234cf6f922ef437c02124f7b92da4 (patch) | |
tree | 6cd95aa7424c8758c1eda1b691d82cc3437af5ee /.gitlab-ci.yml | |
parent | 40fb66184b04e9f2647d019d5a974cb13f6afc3b (diff) | |
download | plus-0d59961f707234cf6f922ef437c02124f7b92da4.tar.gz plus-0d59961f707234cf6f922ef437c02124f7b92da4.tar.bz2 plus-0d59961f707234cf6f922ef437c02124f7b92da4.tar.xz plus-0d59961f707234cf6f922ef437c02124f7b92da4.zip |
Add into .gitlab-ci.yml builds on gentoo with gcc 3.
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: |