diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 18 |
1 files changed, 18 insertions, 0 deletions
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: |