correct OPJ_SITE
This commit is contained in:
parent
4042210416
commit
c3493063b9
|
@ -45,6 +45,12 @@ if [ "${TRAVIS_REPO_SLUG:-}" != "" ]; then
|
||||||
if [ "${OPJ_OWNER}" == "uclouvain" ]; then
|
if [ "${OPJ_OWNER}" == "uclouvain" ]; then
|
||||||
OPJ_DO_SUBMIT=1
|
OPJ_DO_SUBMIT=1
|
||||||
fi
|
fi
|
||||||
|
elif [ "${APPVEYOR_REPO_NAME:-}" != "" ]; then
|
||||||
|
OPJ_OWNER=$(echo "${APPVEYOR_REPO_NAME}" | sed 's/\(^.*\)\/.*/\1/')
|
||||||
|
OPJ_SITE="${OPJ_OWNER}.appveyor.com"
|
||||||
|
if [ "${OPJ_OWNER}" == "uclouvain" ]; then
|
||||||
|
OPJ_DO_SUBMIT=1
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
OPJ_SITE="$(hostname)"
|
OPJ_SITE="$(hostname)"
|
||||||
fi
|
fi
|
||||||
|
@ -159,7 +165,7 @@ export OPJ_BINARY_DIR=$(opjpath -m ${PWD}/build)
|
||||||
export OPJ_BUILD_CONFIGURATION=${OPJ_CI_BUILD_CONFIGURATION}
|
export OPJ_BUILD_CONFIGURATION=${OPJ_CI_BUILD_CONFIGURATION}
|
||||||
export OPJ_DO_SUBMIT=${OPJ_DO_SUBMIT}
|
export OPJ_DO_SUBMIT=${OPJ_DO_SUBMIT}
|
||||||
|
|
||||||
ctest -S ${OPJ_SOURCE_DIR}/tools/ctest_scripts/travis-ci.cmake -VV || true
|
ctest -S ${OPJ_SOURCE_DIR}/tools/ctest_scripts/travis-ci.cmake -V || true
|
||||||
# ctest will exit with various error codes depending on version.
|
# ctest will exit with various error codes depending on version.
|
||||||
# ignore ctest exit code & parse this ourselves
|
# ignore ctest exit code & parse this ourselves
|
||||||
set +x
|
set +x
|
||||||
|
|
Loading…
Reference in New Issue