diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-08-19 19:45:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-08-19 19:58:15 +0300 |
commit | 917fd1fb3a28e70d0713eb63d1f431989b5c16f6 (patch) | |
tree | 1d9392f4194285a87b50ab8ee544ef86dcc1f16a | |
parent | 4e33254976fefcd4b16ccedeaace444e3e1f2926 (diff) | |
download | plugin-917fd1fb3a28e70d0713eb63d1f431989b5c16f6.tar.gz plugin-917fd1fb3a28e70d0713eb63d1f431989b5c16f6.tar.bz2 plugin-917fd1fb3a28e70d0713eb63d1f431989b5c16f6.tar.xz plugin-917fd1fb3a28e70d0713eb63d1f431989b5c16f6.zip |
Enable some i386 ci builds
-rw-r--r-- | .gitlab-ci.yml | 24 |
1 files 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: |