assimp/.travis.yml

30 lines
735 B
YAML
Raw Normal View History

env:
2015-03-20 20:05:25 +00:00
global:
2016-11-21 19:21:26 +00:00
- secure: "lZ7pHQvl5dpZWzBQAaIMf0wqrvtcZ4wiZKeIZjf83TEsflW8+z0uTpIuN30ZV6Glth/Sq1OhLnTP5+N57fZU/1ebA5twHdvP4bS5CIUUg71/CXQZNl36xeaqvxsG/xRrdpKOsPdjAOsQ9KPTQulsX43XDLS7CasMiLvYOpqKcPc="
2016-11-22 06:43:51 +00:00
before_install:
- sudo apt-get update -qq
- sudo apt-get install cmake
- echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
2015-12-30 11:46:37 +00:00
language: cpp
2016-11-22 06:28:00 +00:00
2015-12-30 11:46:37 +00:00
compiler:
- gcc
- clang
2015-12-30 11:46:37 +00:00
2016-11-16 10:39:44 +00:00
before_script:
2016-11-22 06:43:51 +00:00
cmake .
2016-11-16 10:39:44 +00:00
script:
2016-11-22 06:28:00 +00:00
make
2015-12-30 11:46:37 +00:00
addons:
coverity_scan:
project:
name: "assimp/assimp"
notification_email: kim.kulling@googlemail.com
2016-11-22 06:43:51 +00:00
build_command_prepend: "cmake ."
build_command: "make -j4"
branch_pattern: coverity_scan