Drop clang debug test to restore pipeline to working order.

This commit is contained in:
Jason Ninneman 2019-02-27 22:29:20 -07:00 committed by Eric S. Raymond
parent 5c260e3aec
commit 58a2de6d75

View file

@ -78,13 +78,6 @@ 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: