Nevermind
This commit is contained in:
parent
8cf56a7044
commit
f6fac58ae1
11
.travis.yml
11
.travis.yml
|
@ -13,8 +13,6 @@ 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
|
||||||
|
@ -35,20 +33,11 @@ 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:
|
|
||||||
- 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
|
||||||
- export CC=clang-3.8
|
- export CC=clang-3.8
|
||||||
|
|
Loading…
Reference in New Issue