Skip to content

Commit 03fe127

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 03fe127

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
@@ -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+
move $OCAMLROOT $OCAMLROOT-Disabled
122123
run "make world" $MAKEOCAML flexdll world
124+
move $OCAMLROOT-Disabled $OCAMLROOT

0 commit comments

Comments
 (0)