summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-03-24 06:43:01 +0300
committerAndrei Karas <akaras@inbox.ru>2019-03-24 06:43:01 +0300
commit690adf11698d656acbe13caed9675993f6516365 (patch)
treeacfb65ace5c68cab4b7cb2ffc1f516843809c0b5 /tools
parentf384a510684ed44bfd9d470b77c4c7349d32aa98 (diff)
downloadplus-690adf11698d656acbe13caed9675993f6516365.tar.gz
plus-690adf11698d656acbe13caed9675993f6516365.tar.bz2
plus-690adf11698d656acbe13caed9675993f6516365.tar.xz
plus-690adf11698d656acbe13caed9675993f6516365.zip
Disable clang 3.0 and switch old gcc to ubuntu trusty
Diffstat (limited to 'tools')
-rw-r--r--tools/ci/branches/ci_clang3x/.gitlab-ci.yml6
-rw-r--r--tools/ci/branches/ci_gcc4x/.gitlab-ci.yml12
2 files changed, 10 insertions, 8 deletions
diff --git a/tools/ci/branches/ci_clang3x/.gitlab-ci.yml b/tools/ci/branches/ci_clang3x/.gitlab-ci.yml
index cb44bfa71..f2a82d762 100644
--- a/tools/ci/branches/ci_clang3x/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_clang3x/.gitlab-ci.yml
@@ -28,7 +28,8 @@ clang-3.9:
libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
git gdb valgrind netcat-openbsd procps
-clang-3.0:
+# was removed from debian and ubuntu
+.clang-3.0:
stage: build
script:
- ./tools/ci/jobs/clang.sh clang
@@ -44,7 +45,8 @@ clang-3.0:
tags:
- docker
-clang-3.0_i386:
+# was removed from debian and ubuntu
+.clang-3.0_i386:
stage: build
script:
- ./tools/ci/jobs/clang.sh clang
diff --git a/tools/ci/branches/ci_gcc4x/.gitlab-ci.yml b/tools/ci/branches/ci_gcc4x/.gitlab-ci.yml
index 84998670f..14bb9425e 100644
--- a/tools/ci/branches/ci_gcc4x/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_gcc4x/.gitlab-ci.yml
@@ -20,7 +20,7 @@ gcc-4.4:
- ./tools/ci/jobs/gcc44.sh
- ./tools/ci/scripts/runtests.sh
- ./tools/ci/scripts/rundyecmd.sh
- image: debian:wheezy
+ image: ubuntu:trusty
<<: *job-push
variables:
PACKAGES: git gcc-4.4 g++-4.4
@@ -101,7 +101,7 @@ gcc-4.4_i386:
- ./tools/ci/jobs/gcc44.sh
- ./tools/ci/scripts/runtests.sh
- ./tools/ci/scripts/rundyecmd.sh
- image: vicamo/debian:wheezy-i386
+ image: i386/ubuntu:trusty
<<: *job-push
variables:
PACKAGES: git gcc-4.4 g++-4.4
@@ -135,7 +135,7 @@ gcc-4.6:
- ./tools/ci/jobs/gcc46.sh
- ./tools/ci/scripts/runtests.sh
- ./tools/ci/scripts/rundyecmd.sh
- image: debian:wheezy
+ image: ubuntu:trusty
<<: *job-push
variables:
PACKAGES: git gcc-4.6 g++-4.6
@@ -152,7 +152,7 @@ gcc-4.6_i386:
- ./tools/ci/jobs/gcc46.sh
- ./tools/ci/scripts/runtests.sh
- ./tools/ci/scripts/rundyecmd.sh
- image: vicamo/debian:wheezy-i386
+ image: i386/ubuntu:trusty
<<: *job-push
variables:
PACKAGES: git gcc-4.6 g++-4.6
@@ -172,7 +172,7 @@ gcc-4.7:
- ./tools/ci/jobs/gcc47_c++11.sh
- ./tools/ci/scripts/runtests.sh
- ./tools/ci/scripts/rundyecmd.sh
- image: debian:wheezy
+ image: ubuntu:trusty
<<: *job-push
variables:
PACKAGES: git gcc-4.7 g++-4.7
@@ -189,7 +189,7 @@ gcc-4.7_i386:
- ./tools/ci/jobs/gcc47.sh
- ./tools/ci/scripts/runtests.sh
- ./tools/ci/scripts/rundyecmd.sh
- image: vicamo/debian:wheezy-i386
+ image: i386/ubuntu:trusty
<<: *job-push
variables:
PACKAGES: git gcc-4.7 g++-4.7