Step with debug compiling with Clang, to contrast with GCC

This commit is contained in:
NHOrus 2017-07-17 20:12:16 +03:00 committed by Eric S. Raymond
parent 30822d0ba4
commit faedb38a64

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: