Coverity test

This commit is contained in:
Dr. Chat 2017-07-04 18:05:42 -05:00
parent 0c20f1c0fc
commit 8cf56a7044
1 changed files with 9 additions and 1 deletions

View File

@ -13,6 +13,8 @@ os:
# - osx
env:
global:
- secure: "JfveH9y6aVuZjiPFa61seHptIqMNLOyrFLTPyMvdp1Fyid5qymVWpGBr4boBD/aOYqGjw4T7wvk0zHwWKm9ScMBbt0S5/+9TyBu9M68BrfTXzNM2oARYACbvzxWprvcM6KTKQSzcXWmzNCmmL+75sd3evPge3Ox7b3B7u7M8zXs="
- LINT=true
- BUILD=true CONFIG=Debug
- BUILD=true CONFIG=Release
@ -33,13 +35,19 @@ addons:
- clang-3.8
- clang-format-3.8
- libc++-dev
coverity_scan:
project:
name: "benvanik/xenia"
description: "Build submitted via Travis CI"
build_command: "./xenia-build build --config=$CONFIG --target=xenia-cpu-ppc-tests"
branch_pattern: master
git:
# We handle submodules ourselves in xenia-build setup.
submodules: false
before_install:
# Nothing!
- echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
before_script:
- export CXX=clang++-3.8