-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
264 changed files
with
7,275 additions
and
3,603 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,8 @@ addons: | |
# see http://stackoverflow.com/questions/11302758/error-while-copy-constructing-boostshared-ptr-using-c11 | ||
# we use the irie/boost ppa for that purpose | ||
- irie-boost | ||
# kubuntu-ppa/backports contains OpenCV | ||
- kubuntu-ppa-backports | ||
# the PPA xorg-edgers contains cairo 1.12 (required for rotoscoping) | ||
- xorg-edgers-ppa | ||
# ubuntu-toolchain-r/test contains recent versions of gcc | ||
|
@@ -48,6 +50,23 @@ addons: | |
- python-pyside | ||
- libpyside-dev | ||
- libshiboken-dev | ||
coverity_scan: | ||
# customized build script URL | ||
# TRAVIS_REPO_SLUG: owner_name/repo_name of repository currently being built | ||
# TRAVIS_BRANCH: name of the branch currently being built | ||
build_script_url: https://raw.githubusercontent.com/$TRAVIS_REPO_SLUG/$TRAVIS_BRANCH/.travis-coverity-scan-build.sh | ||
# project metadata | ||
project: | ||
name: $TRAVIS_REPO_SLUG | ||
# Where email notification of build analysis results will be sent | ||
notification_email: [email protected] | ||
# Commands to prepare for build_command | ||
#build_command_prepend: ./configure | ||
# This command will be added as an argument to "cov-build" to compile | ||
# the project for analysis | ||
build_command: "tools/travis/build.sh" | ||
# Pattern to match selecting branches that will run analysis | ||
branch_pattern: coverity_scan | ||
|
||
matrix: | ||
exclude: | ||
|
@@ -97,21 +116,3 @@ after_success: | |
after_failure: | ||
- cat install_dependencies.log || true | ||
|
||
addons: | ||
coverity_scan: | ||
# customized build script URL | ||
# TRAVIS_REPO_SLUG: owner_name/repo_name of repository currently being built | ||
# TRAVIS_BRANCH: name of the branch currently being built | ||
build_script_url: https://raw.githubusercontent.com/$TRAVIS_REPO_SLUG/$TRAVIS_BRANCH/.travis-coverity-scan-build.sh | ||
# project metadata | ||
project: | ||
name: $TRAVIS_REPO_SLUG | ||
# Where email notification of build analysis results will be sent | ||
notification_email: [email protected] | ||
# Commands to prepare for build_command | ||
#build_command_prepend: ./configure | ||
# This command will be added as an argument to "cov-build" to compile | ||
# the project for analysis | ||
build_command: "tools/travis/build.sh" | ||
# Pattern to match selecting branches that will run analysis | ||
branch_pattern: coverity_scan |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.