export TRAVIS_OS_NAME

This commit is contained in:
mayeut 2015-10-10 18:21:42 +02:00
parent f0a980ec16
commit 229d9cdb9c
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ set -x
# travis-ci doesn't dump cmake version in system info, let's print it
cmake --version
export TRAVIS_OS_NAME=${TRAVIS_OS_NAME}
export OPJ_SITE=${OPJ_SITE}
export OPJ_BUILDNAME=${OPJ_BUILDNAME}
export OPJ_SOURCE_DIR=$(opjpath -m ${OPJ_SOURCE_DIR})