assimp/.travis.yml

28 lines
645 B
YAML
Raw Normal View History

before_install:
2015-03-31 20:55:07 +00:00
- sudo apt-get update -qq
- sudo apt-get install cmake
env:
2015-03-20 20:05:25 +00:00
global:
- secure: "lZ7pHQvl5dpZWzBQAaIMf0wqrvtcZ4wiZKeIZjf83TEsflW8+z0uTpIuN30ZV6Glth/Sq1OhLnTP5+N57fZU/1ebA5twHdvP4bS5CIUUg71/CXQZNl36xeaqvxsG/xRrdpKOsPdjAOsQ9KPTQulsX43XDLS7CasMiLvYOpqKcPc="
2015-12-30 11:46:37 +00:00
language: cpp
compiler:
- gcc
before_script:
cmake . -DASSIMP_ENABLE_BOOST_WORKAROUND=YES
script:
make
2015-12-30 11:46:37 +00:00
addons:
coverity_scan:
project:
name: "assimp/assimp"
notification_email: kim.kulling@googlemail.com
build_command_prepend: "cmake . -DASSIMP_ENABLE_BOOST_WORKAROUND=YES"
build_command: "make"
branch_pattern: coverity_scan