diff options
| author | mayeut <mayeut@users.noreply.github.com> | 2015-10-10 18:21:42 +0200 |
|---|---|---|
| committer | mayeut <mayeut@users.noreply.github.com> | 2015-10-10 18:21:42 +0200 |
| commit | 229d9cdb9c31ca5662dea0085c8ce67eb28f9030 (patch) | |
| tree | 81ce6d1e98f3a5da91fdcbaeccc276589fb93311 | |
| parent | f0a980ec1642b7a9d53e5cf832cf62a63ae76b5d (diff) | |
export TRAVIS_OS_NAME
| -rwxr-xr-x | tools/travis-ci/run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/travis-ci/run.sh b/tools/travis-ci/run.sh index 0c4ae034..8fa42566 100755 --- a/tools/travis-ci/run.sh +++ b/tools/travis-ci/run.sh @@ -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}) |
