Step with debug compiling with Clang, to contrast with GCC

This commit is contained in:
NHOrus 2017-07-17 20:12:16 +03:00
parent bd62b0d62f
commit 13db80afc8

View file

@ -78,6 +78,13 @@ test:debug:
dependencies:
- binary:debug
test:debug_clang:
stage: test
before_script:
- zypper install -y make clang libedit-devel python python2-PyYAML lcov
script:
- CC=clang make debug check
test:release:
stage: test
before_script: