mirror of
https://github.com/outbackdingo/parodus.git
synced 2026-01-27 10:20:04 +00:00
Disable the clang build for now.
This commit is contained in:
43
.travis.yml
43
.travis.yml
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user