Skip to content

Commit b90cc67

Browse files
committed
Prevent local OCaml from interfering on AppVeyor
The wrong DLLs can end up being loaded while building OCaml :-/
1 parent 35aa7e0 commit b90cc67

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

appveyor_build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,9 @@ if [ "$SKIP_OCAML_TEST" = no ] ; then
221221
run "git checkout $APPVEYOR_REPO_COMMIT" git checkout merge
222222
cd ..
223223

224+
mv $OCAMLROOT $OCAMLROOT-Disabled
224225
run "make world" $MAKEOCAML flexdll world
226+
mv $OCAMLROOT-Disabled $OCAMLROOT
225227
fi
226228

227229
if [ "$ARTEFACTS" = 'yes' ] ; then

0 commit comments

Comments
 (0)