travis config: use before make + make for building.

pull/1007/head
Kim Kulling 2015-12-30 14:50:16 +01:00
parent 17c13edf43
commit ab3745b7a3
1 changed files with 6 additions and 5 deletions

View File

@ -12,16 +12,17 @@ compiler:
- gcc - gcc
- clang - clang
before_script:
cmake . -DASSIMP_ENABLE_BOOST_WORKAROUND=YES
script: script:
cmake -G "Unix Makefiles" -DASSIMP_ENABLE_BOOST_WORKAROUND=YES; make make
addons: addons:
coverity_scan: coverity_scan:
project: project:
name: "assimp/assimp" name: "assimp/assimp"
version: 3.2
description: "The Asset Importer Lib coverity run, branch coverity_scan"
notification_email: kim.kulling@googlemail.com notification_email: kim.kulling@googlemail.com
build_command_prepend: cmake -G "Unix Makefiles" -DASSIMP_ENABLE_BOOST_WORKAROUND=YES build_command_prepend: "cmake . -DASSIMP_ENABLE_BOOST_WORKAROUND=YES"
build_command: make build_command: "make"
branch_pattern: coverity_scan branch_pattern: coverity_scan