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

pull/1478/head
Turo Lamminen 2017-10-07 15:37:45 +03:00
parent 69b8c1f60d
commit bd65811329
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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