diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-09-06 20:54:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-09-06 20:54:56 +0300 |
commit | ebd03c49cf2196bfe6cc10e64d9249b0e9b4a08e (patch) | |
tree | eeae2e89a2bbbce58669817955c6925d78d9e4f2 | |
parent | 0d9d18acc1ee13f0101d6c4a726618ba00222ddf (diff) | |
download | plugin-ebd03c49cf2196bfe6cc10e64d9249b0e9b4a08e.tar.gz plugin-ebd03c49cf2196bfe6cc10e64d9249b0e9b4a08e.tar.bz2 plugin-ebd03c49cf2196bfe6cc10e64d9249b0e9b4a08e.tar.xz plugin-ebd03c49cf2196bfe6cc10e64d9249b0e9b4a08e.zip |
Disable gcc 4.6 job in .gitlab-ci.yml
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 33aca0f..01b3c36 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -203,7 +203,8 @@ gcc-7_lto: - ./tools/ci/jobs/gcc7.sh --enable-werror --enable-lto image: debian:unstable -gcc-4.6: +# disabled due not support -std=c11 +.gcc-4.6: stage: test script: - ./tools/ci/jobs/gcc46.sh --enable-werror |