10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-09-27 03:51:01 +02:00

configure

This commit is contained in:
Anthony Scemama 2018-12-14 10:16:13 +01:00
parent 07e70a9e7c
commit 8f5b89f122

2
configure vendored
View File

@ -207,7 +207,7 @@ EOF
chmod +x "${QP_ROOT}"/external/opam_installer.sh
rm -f ${QP_ROOT}/bin/opam
if [[ ${TRAVIS} = true ]] ; then
if [[ -n ${TRAVIS} ]] ; then
# Special commands for Travis CI
export OPAMROOT=${HOME}/.opam
cat << EOF | sh ${QP_ROOT}/external/opam_installer.sh --no-backup