mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
Add Coverity Scan build uploading through Travis
Hopefully I didn't break anything...
This commit is contained in:
parent
7c2b2620c1
commit
a792bae121
13
.travis.yml
13
.travis.yml
@ -4,6 +4,10 @@ compiler:
|
||||
- clang
|
||||
- gcc
|
||||
|
||||
env:
|
||||
global:
|
||||
- secure: "jA29KvTCTR7q4BMzPPUBGazjJwrIWa7k4fo5ZSMlyxh2NbztZTKQYwodgDcXBoptCd1KJ9H3FXwBnNdMNVnTkvoPL9uWnN4K/3D1D20FCag1kmlBwnaVqVei5cRiZ9TOMuaxhjkdg8pcrQLTlXEEdMZf6A2OW0VgoBGDVSX9nYc="
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
@ -37,6 +41,13 @@ before_script:
|
||||
- cd build
|
||||
- cmake ..
|
||||
|
||||
addons:
|
||||
coverity_scan:
|
||||
project:
|
||||
name: "DHrpcs3/rpcs3"
|
||||
description: "PS3 emulator/debugger"
|
||||
build_command: "make -j 4"
|
||||
branch_pattern: coverity_scan
|
||||
|
||||
script:
|
||||
- make -j 4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user