diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-05-05 16:02:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-05-05 16:02:16 +0300 |
commit | 6d496674edf82360168fba1dae4327a893b7e743 (patch) | |
tree | c3699f274619c9680752df5bcf7d709176f73518 /.gitlab-ci.yml | |
parent | 10fc389814be7d0c6f4af3842046bd200f57212d (diff) | |
download | mv-6d496674edf82360168fba1dae4327a893b7e743.tar.gz mv-6d496674edf82360168fba1dae4327a893b7e743.tar.bz2 mv-6d496674edf82360168fba1dae4327a893b7e743.tar.xz mv-6d496674edf82360168fba1dae4327a893b7e743.zip |
Add ci job with gcc6 and disabled asserts.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a7d4fdcb..510a03d9a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -420,6 +420,14 @@ clang-3.9_sdl2: tags: - docker +gcc-6_all: + stage: build + script: + - ./tools/ci/jobs/gcc6.sh --disable-asserts + image: debian:unstable + tags: + - docker + # tests gcc-5_tests: |