mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-07 05:53:37 +01:00
Fixing travis
This commit is contained in:
parent
be6c9b533e
commit
0007455846
4
configure
vendored
4
configure
vendored
@ -304,7 +304,7 @@ EOF
|
|||||||
source ${OPAMROOT}/opam-init/init.sh > /dev/null 2> /dev/null || true
|
source ${OPAMROOT}/opam-init/init.sh > /dev/null 2> /dev/null || true
|
||||||
|
|
||||||
execute << EOF
|
execute << EOF
|
||||||
opam switch 4.07.1 || exit 1
|
opam switch create ocaml-base-compiler.4.07.1 || exit 1
|
||||||
${QP_ROOT}/bin/opam init --verbose --yes --compiler=4.07.1 --disable-sandboxing
|
${QP_ROOT}/bin/opam init --verbose --yes --compiler=4.07.1 --disable-sandboxing
|
||||||
|
|
||||||
eval $(${QP_ROOT}/bin/opam env)
|
eval $(${QP_ROOT}/bin/opam env)
|
||||||
@ -325,7 +325,7 @@ EOF
|
|||||||
execute << EOF
|
execute << EOF
|
||||||
rm \${QP_ROOT}/external/opam_installer.sh
|
rm \${QP_ROOT}/external/opam_installer.sh
|
||||||
source \${OPAMROOT}/opam-init/init.sh > /dev/null 2> /dev/null || true
|
source \${OPAMROOT}/opam-init/init.sh > /dev/null 2> /dev/null || true
|
||||||
opam switch 4.07.1 || exit 1
|
opam switch create ocaml-base-compiler.4.07.1 || exit 1
|
||||||
\${QP_ROOT}/bin/opam init --verbose --yes --compiler=4.07.1 --disable-sandboxing
|
\${QP_ROOT}/bin/opam init --verbose --yes --compiler=4.07.1 --disable-sandboxing
|
||||||
EOF
|
EOF
|
||||||
execute << EOF
|
execute << EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user