Explorar o código

Travis config: put all cmake stuff to script section.

Kim Kulling %!s(int64=9) %!d(string=hai) anos
pai
achega
17c13edf43
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  1. 1 4
      .travis.yml

+ 1 - 4
.travis.yml

@@ -12,11 +12,8 @@ compiler:
   - gcc
   - clang
 
-before_script:
-   cmake -G "Unix Makefiles" -DASSIMP_ENABLE_BOOST_WORKAROUND=YES
-
 script:
-  if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then make ; fi
+  cmake -G "Unix Makefiles" -DASSIMP_ENABLE_BOOST_WORKAROUND=YES; make
 
 addons:
   coverity_scan: