From d33c5a8ebc0c2db983d2bacf4dfe7b66d59dbb35 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 27 Apr 2016 21:33:27 +0300 Subject: Add some gcc 6 build and test ci scripts. --- .gitlab-ci.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e37fed93f..2739d462b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -111,12 +111,24 @@ gcc-snapshot_sdl2: - ./tools/ci/jobs/gccsnapshot_sdl2.sh image: debian:unstable +gcc-6: + stage: build + script: + - ./tools/ci/jobs/gcc6.sh + image: debian:unstable + gcc-5_sanitize: stage: build script: - ./tools/ci/jobs/gcc5_sanitize.sh image: debian:unstable +gcc-6_sanitize: + stage: build + script: + - ./tools/ci/jobs/gcc6_sanitize.sh + image: debian:unstable + gcc_tmwa: stage: build script: @@ -263,6 +275,12 @@ gcc-5_tests: - ./tools/ci/jobs/gcc5_tests.sh image: debian:unstable +gcc-6_tests: + stage: test + script: + - ./tools/ci/jobs/gcc6_tests.sh + image: debian:unstable + gcc-5_lto: stage: test script: -- cgit v1.2.3-70-g09d2