From: Jason Ninneman Date: Thu, 28 Feb 2019 05:29:20 +0000 (-0700) Subject: Drop clang debug test to restore pipeline to working order. X-Git-Tag: 1.8~20 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=58a2de6d755bf42f19d668a0666124c1a930fc4f;ds=sidebyside Drop clang debug test to restore pipeline to working order. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a69540..8118dd2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: