summaryrefslogtreecommitdiff
path: root/tools/travis-ci/run.sh
diff options
context:
space:
mode:
authormayeut <mayeut@users.noreply.github.com>2015-09-12 05:44:52 +0200
committermayeut <mayeut@users.noreply.github.com>2015-09-12 05:44:52 +0200
commitb97aadcf3ea89952a796f1385d5a14958f102d0a (patch)
tree33e4c958db34a384218668e67532ba7987933640 /tools/travis-ci/run.sh
parent1e2dcaf7b3e95615a697a362bced6ef656b3822b (diff)
Fix travis build with make 2.8.7
Diffstat (limited to 'tools/travis-ci/run.sh')
-rwxr-xr-xtools/travis-ci/run.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/travis-ci/run.sh b/tools/travis-ci/run.sh
index 58b86c1a..75c01dc9 100755
--- a/tools/travis-ci/run.sh
+++ b/tools/travis-ci/run.sh
@@ -84,7 +84,10 @@ fi
set -x
# This will print configuration
-export OPJ_DO_SUBMIT=${OPJ_DO_SUBMIT}
+export OPJ_SITE=${OPJ_SITE}
+export OPJ_BUILDNAME=${OPJ_BUILDNAME}
export OPJ_SOURCE_DIR=${OPJ_SOURCE_DIR}
+export OPJ_BUILD_CONFIGURATION=${OPJ_BUILD_CONFIGURATION}
+export OPJ_DO_SUBMIT=${OPJ_DO_SUBMIT}
-ctest -S ${OPJ_SOURCE_DIR}/tools/ctest_scripts/travis-ci.cmake -V -D CTEST_BUILD_NAME:STRING=${OPJ_BUILDNAME} -D CTEST_SITE:STRING=${OPJ_SITE} -D CTEST_BUILD_CONFIGURATION:STRING=${OPJ_BUILD_CONFIGURATION}
+ctest -S ${OPJ_SOURCE_DIR}/tools/ctest_scripts/travis-ci.cmake -V