diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-14 16:18:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-14 16:18:42 -0300 |
commit | fcfe55a1a9a9b1bf1b9e8c5f38495ab7888bb351 (patch) | |
tree | 8b0d3e1498afd2ef3b4cdc6c92606c838205f0be | |
parent | b05fb92d7344ce3ee30c658f6505b77bf10e5fc5 (diff) | |
download | evol-hercules-fcfe55a1a9a9b1bf1b9e8c5f38495ab7888bb351.tar.gz evol-hercules-fcfe55a1a9a9b1bf1b9e8c5f38495ab7888bb351.tar.bz2 evol-hercules-fcfe55a1a9a9b1bf1b9e8c5f38495ab7888bb351.tar.xz evol-hercules-fcfe55a1a9a9b1bf1b9e8c5f38495ab7888bb351.zip |
Disable Debian Unstable from pipelines. We are TMW2, not Evol.
We do not provide LTS for our repositories.
-rw-r--r-- | .gitlab-ci.yml | 72 |
1 files changed, 30 insertions, 42 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0392064..f4277cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,13 +12,13 @@ gcc-snapshot: stage: build script: - ./tools/ci/jobs/gccsnapshot.sh --enable-werror - image: debian:unstable + image: debian:buster gcc-snapshot-i386: stage: build script: - ./tools/ci/jobs/gccsnapshot.sh --enable-werror - image: i386/debian:unstable + image: i386/debian:buster gcc-4.8: stage: build @@ -48,85 +48,73 @@ gcc-6-i386: stage: build script: - ./tools/ci/jobs/gcc7.sh --enable-werror - image: debian:unstable + image: debian:buster .gcc-7-i386: stage: build script: - ./tools/ci/jobs/gcc7.sh --enable-werror - image: i386/debian:unstable + image: i386/debian:buster gcc-8: stage: build script: - ./tools/ci/jobs/gcc8.sh --enable-werror - image: debian:unstable + image: debian:buster -gcc-8-i386: +.gcc-8-i386: stage: build script: - ./tools/ci/jobs/gcc8.sh --enable-werror - image: i386/debian:unstable + image: i386/debian:buster gcc-9: stage: build script: - ./tools/ci/jobs/gcc9.sh --enable-werror - image: debian:unstable + image: debian:buster gcc-9-i386: stage: build script: - ./tools/ci/jobs/gcc9.sh --enable-werror - image: i386/debian:unstable - -clang-3.9: - stage: build - script: - - ./tools/ci/jobs/clang39.sh --enable-werror - image: debian:stretch - -.clang-3.9-i386: - stage: build - script: - - ./tools/ci/jobs/clang39.sh --enable-werror - image: i386/debian:unstable + image: i386/debian:buster clang-6: stage: build script: - ./tools/ci/jobs/clang6.sh --enable-werror - image: debian:unstable + image: debian:buster .clang-6-i386: stage: build script: - ./tools/ci/jobs/clang6.sh --enable-werror - image: i386/debian:unstable + image: i386/debian:buster clang-7: stage: build script: - ./tools/ci/jobs/clang7.sh --enable-werror - image: debian:unstable + image: debian:buster .clang-7-i386: stage: build script: - ./tools/ci/jobs/clang7.sh --enable-werror - image: i386/debian:unstable + image: i386/debian:buster clang-8: stage: build script: - ./tools/ci/jobs/clang8.sh --enable-werror - image: debian:unstable + image: debian:buster clang-8-i386: stage: build script: - ./tools/ci/jobs/clang8.sh --enable-werror - image: i386/debian:unstable + image: i386/debian:buster # tests @@ -134,13 +122,13 @@ gcc-snapshot_lto-sanitize: stage: test script: - ./tools/ci/jobs/gccsnapshot.sh --enable-werror --enable-lto --enable-sanitize - image: debian:unstable + image: debian:buster gcc-snapshot-sanitize: stage: test script: - ./tools/ci/jobs/gccsnapshot.sh --enable-werror --enable-sanitize - image: debian:unstable + image: debian:buster gcc-4.8-sanitize: stage: test @@ -159,7 +147,7 @@ gcc-4.9-sanitize: stage: test script: - ./tools/ci/jobs/gcc5.sh --enable-werror --enable-sanitize - image: debian:unstable + image: debian:buster gcc-6-sanitize: stage: test @@ -171,19 +159,19 @@ gcc-6-sanitize: stage: test script: - ./tools/ci/jobs/gcc7.sh --enable-werror --enable-sanitize - image: debian:unstable + image: debian:buster gcc-8-sanitize: stage: test script: - ./tools/ci/jobs/gcc8.sh --enable-werror --enable-sanitize - image: debian:unstable + image: debian:buster gcc-9-sanitize: stage: test script: - ./tools/ci/jobs/gcc9.sh --enable-werror --enable-sanitize - image: debian:unstable + image: debian:buster gcc-4.9_lto-sanitize: stage: test @@ -195,7 +183,7 @@ gcc-4.9_lto-sanitize: stage: test script: - ./tools/ci/jobs/gcc5.sh --enable-werror --enable-lto --enable-sanitize - image: debian:unstable + image: debian:buster gcc-6_lto-sanitize: stage: test @@ -207,19 +195,19 @@ gcc-6_lto-sanitize: stage: test script: - ./tools/ci/jobs/gcc7.sh --enable-werror --enable-lto --enable-sanitize - image: debian:unstable + image: debian:buster gcc-8_lto-sanitize: stage: test script: - ./tools/ci/jobs/gcc8.sh --enable-werror --enable-lto --enable-sanitize - image: debian:unstable + image: debian:buster gcc-9_lto-sanitize: stage: test script: - ./tools/ci/jobs/gcc9.sh --enable-werror --enable-lto --enable-sanitize - image: debian:unstable + image: debian:buster gcc-4.8-lto: stage: test @@ -237,7 +225,7 @@ gcc-4.9-lto: stage: test script: - ./tools/ci/jobs/gcc5.sh --enable-werror --enable-lto - image: debian:unstable + image: debian:buster gcc-6_lto: stage: test @@ -249,19 +237,19 @@ gcc-6_lto: stage: test script: - ./tools/ci/jobs/gcc7.sh --enable-werror --enable-lto - image: debian:unstable + image: debian:buster gcc-8_lto: stage: test script: - ./tools/ci/jobs/gcc8.sh --enable-werror --enable-lto - image: debian:unstable + image: debian:buster gcc-9_lto: stage: test script: - ./tools/ci/jobs/gcc9.sh --enable-werror --enable-lto - image: debian:unstable + image: debian:buster # disabled due not support -std=c11 .gcc-4.6: @@ -283,7 +271,7 @@ gcc-4.8_stable_lto-sanitize: stage: legacy script: - ./tools/ci/jobs/gcc5.sh --enable-werror --enable-lto --enable-sanitize - image: debian:unstable + image: debian:buster gcc-6_unstable_lto-sanitize: stage: legacy |