From 590d7f7fcc902583c20c4af452ec5806d6263ee3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 19 Aug 2019 19:45:04 +0300 Subject: Enable some i386 ci builds --- .gitlab-ci.yml | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index df84e57..7f6c40d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ gcc-snapshot: - ./tools/ci/jobs/gccsnapshot.sh --enable-werror image: debian:unstable -.gcc-snapshot-i386: +gcc-snapshot-i386: stage: build script: - ./tools/ci/jobs/gccsnapshot.sh --enable-werror @@ -38,7 +38,7 @@ gcc-6: - ./tools/ci/jobs/gcc6.sh --enable-werror image: debian:stretch -.gcc-6-i386: +gcc-6-i386: stage: build script: - ./tools/ci/jobs/gcc6.sh --enable-werror @@ -50,7 +50,7 @@ gcc-7: - ./tools/ci/jobs/gcc7.sh --enable-werror image: debian:unstable -.gcc-7-i386: +gcc-7-i386: stage: build script: - ./tools/ci/jobs/gcc7.sh --enable-werror @@ -62,12 +62,24 @@ gcc-8: - ./tools/ci/jobs/gcc8.sh --enable-werror image: debian:unstable +gcc-8-i386: + stage: build + script: + - ./tools/ci/jobs/gcc8.sh --enable-werror + image: i386/debian:unstable + gcc-9: stage: build script: - ./tools/ci/jobs/gcc9.sh --enable-werror image: debian:unstable +gcc-9-i386: + stage: build + script: + - ./tools/ci/jobs/gcc9.sh --enable-werror + image: i386/debian:unstable + clang-3.9: stage: build script: @@ -110,6 +122,12 @@ clang-8: - ./tools/ci/jobs/clang8.sh --enable-werror image: debian:unstable +clang-8-i386: + stage: build + script: + - ./tools/ci/jobs/clang8.sh --enable-werror + image: i386/debian:unstable + # tests gcc-snapshot_lto-sanitize: -- cgit v1.2.3-60-g2f50