summaryrefslogtreecommitdiff
path: root/tools/travis-ci/run.sh
diff options
context:
space:
mode:
authormayeut <mayeut@users.noreply.github.com>2015-10-10 17:25:50 +0200
committermayeut <mayeut@users.noreply.github.com>2015-10-10 17:25:50 +0200
commitf33f50126cafd95febf7e02fb03a0f55939ba893 (patch)
treeb86f92ec11c312b41ad97a1f430e8b5f5702f845 /tools/travis-ci/run.sh
parent8d2019ae73ea646fda7ca91a6a93d88edaee4490 (diff)
Add OPJ_BINARY_DIR
Diffstat (limited to 'tools/travis-ci/run.sh')
-rwxr-xr-xtools/travis-ci/run.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/travis-ci/run.sh b/tools/travis-ci/run.sh
index d04d74f9..8b0db273 100755
--- a/tools/travis-ci/run.sh
+++ b/tools/travis-ci/run.sh
@@ -159,13 +159,14 @@ cmake --version
export OPJ_SITE=${OPJ_SITE}
export OPJ_BUILDNAME=${OPJ_BUILDNAME}
export OPJ_SOURCE_DIR=$(opjpath -m ${OPJ_SOURCE_DIR})
+export OPJ_BINARY_DIR=$(opjpath -m ${PWD}/build)
export OPJ_BUILD_CONFIGURATION=${OPJ_CI_BUILD_CONFIGURATION}
export OPJ_DO_SUBMIT=${OPJ_DO_SUBMIT}
ctest -S ${OPJ_SOURCE_DIR}/tools/ctest_scripts/travis-ci.cmake -V || true
# ctest will exit with various error codes depending on version.
# ignore ctest exit code & parse this ourselves
-set +x
+#set +x
# let's parse configure/build/tests for failure