Skip to content

Commit

Permalink
Merge pull request libretro#3608 from gouchi/master
Browse files Browse the repository at this point in the history
Add Coverity Scan to Travis CI
  • Loading branch information
inactive123 authored Sep 17, 2016
2 parents ec2fd5e + a2a1f34 commit da6ad6b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ script:
- ./configure
- make

env:
global:
- secure: "JTh3ZOkb8UhxvkVfhevS79nPfxZ50vqTxoyhDCu0GrOUlhRbwwOswoZty4RwMFu5qpSK5TDRgTYMbyEa9mmiHQSevf3gOA9hXjwjzeYldDQzfrUJ83If9Ci3U7xA7M73AW2vMo4zFNvat/EEGFsUM+z0XagMoUX52kjjrs+7x+w="
addons:
apt:
packages:
Expand All @@ -35,3 +38,11 @@ addons:
- libsdl-image1.2-dev
- libsdl-mixer1.2-dev
- libsdl-ttf2.0-dev
coverity_scan:
project:
name: "RetroArch"
description: "RetroArch is the official reference frontend for the libretro API."
notification_email: [email protected]
build_command_prepend: "./configure; make clean"
build_command: "make"
branch_pattern: coverity_scan

0 comments on commit da6ad6b

Please sign in to comment.