Skip to content

Commit d1f2385

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: appveyor_build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,6 @@ git remote add local $(echo "$APPVEYOR_BUILD_FOLDER"| cygpath -f -) -f --tags
119119
run "git checkout $APPVEYOR_REPO_COMMIT" git checkout merge
120120
cd ..
121121

122+
mv $OCAMLROOT $OCAMLROOT-Disabled
122123
run "make world" $MAKEOCAML flexdll world
124+
mv $OCAMLROOT-Disabled $OCAMLROOT

0 commit comments

Comments
 (0)