Bladeren bron

Travis: Rename TRAVIS_NO_EXPORT to DISABLE_EXPORTERS so its meaning is more obvious

Turo Lamminen 8 jaren geleden
bovenliggende
commit
bd65811329
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      .travis.sh
  2. 1 1
      .travis.yml

+ 1 - 1
.travis.sh

@@ -2,7 +2,7 @@ function generate()
 {
     OPTIONS="-DASSIMP_WERROR=ON"
 
-    if [ "$TRAVIS_NO_EXPORT" = "YES" ] ; then
+    if [ "$DISABLE_EXPORTERS" = "YES" ] ; then
         OPTIONS="$OPTIONS -DASSIMP_NO_EXPORT=YES"
     else
         OPTIONS="$OPTIONS -DASSIMP_NO_EXPORT=NO"

+ 1 - 1
.travis.yml

@@ -47,7 +47,7 @@ matrix:
   include:
     - os: linux
       compiler: gcc
-      env: TRAVIS_NO_EXPORT=YES ENABLE_COVERALLS=ON
+      env: DISABLE_EXPORTERS=YES ENABLE_COVERALLS=ON
     - os: linux
       compiler: gcc
       env: SHARED_BUILD=ON