Travis config: put all cmake stuff to script section.
parent
2e2c870818
commit
17c13edf43
|
@ -12,11 +12,8 @@ compiler:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
- clang
|
||||||
|
|
||||||
before_script:
|
|
||||||
cmake -G "Unix Makefiles" -DASSIMP_ENABLE_BOOST_WORKAROUND=YES
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then make ; fi
|
cmake -G "Unix Makefiles" -DASSIMP_ENABLE_BOOST_WORKAROUND=YES; make
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
coverity_scan:
|
coverity_scan:
|
||||||
|
|
Loading…
Reference in New Issue