From: NHOrus Date: Mon, 17 Jul 2017 17:12:16 +0000 (+0300) Subject: Step with debug compiling with Clang, to contrast with GCC X-Git-Tag: 1.3~54 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=faedb38a6499b3cc638079c1e17621c9f9b192f0 Step with debug compiling with Clang, to contrast with GCC --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d337d0e..3644753 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: