Travis: Rename TRAVIS_NO_EXPORT to DISABLE_EXPORTERS so its meaning is more obvious
parent
69b8c1f60d
commit
bd65811329
|
@ -2,7 +2,7 @@ function generate()
|
||||||
{
|
{
|
||||||
OPTIONS="-DASSIMP_WERROR=ON"
|
OPTIONS="-DASSIMP_WERROR=ON"
|
||||||
|
|
||||||
if [ "$TRAVIS_NO_EXPORT" = "YES" ] ; then
|
if [ "$DISABLE_EXPORTERS" = "YES" ] ; then
|
||||||
OPTIONS="$OPTIONS -DASSIMP_NO_EXPORT=YES"
|
OPTIONS="$OPTIONS -DASSIMP_NO_EXPORT=YES"
|
||||||
else
|
else
|
||||||
OPTIONS="$OPTIONS -DASSIMP_NO_EXPORT=NO"
|
OPTIONS="$OPTIONS -DASSIMP_NO_EXPORT=NO"
|
||||||
|
|
|
@ -47,7 +47,7 @@ matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
env: TRAVIS_NO_EXPORT=YES ENABLE_COVERALLS=ON
|
env: DISABLE_EXPORTERS=YES ENABLE_COVERALLS=ON
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
env: SHARED_BUILD=ON
|
env: SHARED_BUILD=ON
|
||||||
|
|
Loading…
Reference in New Issue