diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-02-27 01:15:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-02-27 01:15:10 +0300 |
commit | bf7b39e6d871b8cb543eefe2ad97a18b4ca62cdc (patch) | |
tree | 3f83456f2e1d5069923d1ff2548f0f61392c6301 /.gitlab-ci.yml | |
parent | 4947a734ec6c8c56a5356f8dbb0bde6ee8e99ba5 (diff) | |
download | evol-hercules-bf7b39e6d871b8cb543eefe2ad97a18b4ca62cdc.tar.gz evol-hercules-bf7b39e6d871b8cb543eefe2ad97a18b4ca62cdc.tar.bz2 evol-hercules-bf7b39e6d871b8cb543eefe2ad97a18b4ca62cdc.tar.xz evol-hercules-bf7b39e6d871b8cb543eefe2ad97a18b4ca62cdc.zip |
Add missing i386 builds.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32da197..5231be0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,12 +52,24 @@ gcc-6: - ./tools/ci/jobs/gcc6.sh --enable-werror image: debian:unstable +gcc-6-i386: + stage: build + script: + - ./tools/ci/jobs/gcc6.sh --enable-werror + image: vicamo/debian:sid-i386 + gcc-7: stage: build script: - ./tools/ci/jobs/gcc7.sh --enable-werror image: debian:unstable +gcc-7-i386: + stage: build + script: + - ./tools/ci/jobs/gcc7.sh --enable-werror + image: vicamo/debian:sid-i386 + clang-3.9: stage: build script: |