Disable the clang build for now.

This commit is contained in:
Weston Schmidt
2020-09-15 18:45:42 -07:00
parent f57ebc1cd7
commit b99c06a67b

View File

@@ -57,26 +57,29 @@ jobs:
organization: "xmidt-org"
token: "$SONAR_TOKEN"
- stage: test
name: "Trusty clang build"
os: linux
dist: trusty
compiler: clang
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libcunit1
- libcunit1-doc
- libcunit1-dev
- libtool
- valgrind
- lcov
sonarcloud:
organization: "xmidt-org"
token: "$SONAR_TOKEN"
after_success: skip
# clang build is not working at the moment... disable it to get better coverage
# and analysis results
#
# - stage: test
# name: "Trusty clang build"
# os: linux
# dist: trusty
# compiler: clang
# addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# packages:
# - libcunit1
# - libcunit1-doc
# - libcunit1-dev
# - libtool
# - valgrind
# - lcov
# sonarcloud:
# organization: "xmidt-org"
# token: "$SONAR_TOKEN"
# after_success: skip
# How the tag and release targets work
#