Coverity test
This commit is contained in:
parent
0c20f1c0fc
commit
8cf56a7044
10
.travis.yml
10
.travis.yml
|
@ -13,6 +13,8 @@ os:
|
||||||
# - osx
|
# - osx
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
global:
|
||||||
|
- secure: "JfveH9y6aVuZjiPFa61seHptIqMNLOyrFLTPyMvdp1Fyid5qymVWpGBr4boBD/aOYqGjw4T7wvk0zHwWKm9ScMBbt0S5/+9TyBu9M68BrfTXzNM2oARYACbvzxWprvcM6KTKQSzcXWmzNCmmL+75sd3evPge3Ox7b3B7u7M8zXs="
|
||||||
- LINT=true
|
- LINT=true
|
||||||
- BUILD=true CONFIG=Debug
|
- BUILD=true CONFIG=Debug
|
||||||
- BUILD=true CONFIG=Release
|
- BUILD=true CONFIG=Release
|
||||||
|
@ -33,13 +35,19 @@ addons:
|
||||||
- clang-3.8
|
- clang-3.8
|
||||||
- clang-format-3.8
|
- clang-format-3.8
|
||||||
- libc++-dev
|
- 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:
|
git:
|
||||||
# We handle submodules ourselves in xenia-build setup.
|
# We handle submodules ourselves in xenia-build setup.
|
||||||
submodules: false
|
submodules: false
|
||||||
|
|
||||||
before_install:
|
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:
|
before_script:
|
||||||
- export CXX=clang++-3.8
|
- export CXX=clang++-3.8
|
||||||
|
|
Loading…
Reference in New Issue