diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-28 00:21:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-28 00:21:08 +0300 |
commit | 5ebe80226088c56a8d563ecdb7ca4aece66d89b1 (patch) | |
tree | ff0c1ae569414eedf6b027943d0e6d85a5591085 /.gitlab-ci.yml | |
parent | 85ebe37e1ef02870d4aa1fa37da032b8f9eb1e5e (diff) | |
download | evol-hercules-5ebe80226088c56a8d563ecdb7ca4aece66d89b1.tar.gz evol-hercules-5ebe80226088c56a8d563ecdb7ca4aece66d89b1.tar.bz2 evol-hercules-5ebe80226088c56a8d563ecdb7ca4aece66d89b1.tar.xz evol-hercules-5ebe80226088c56a8d563ecdb7ca4aece66d89b1.zip |
Add --enable-werror into ci script.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 13f759b..204b2e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ before_script: gcc-5: stage: build script: - - ./tools/ci/jobs/gcc5.sh + - ./tools/ci/jobs/gcc5.sh --enable-werror image: debian:unstable # reports |