Skip to content

Commit

Permalink
Explicitly installs ocamlbuild in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
modlfo committed May 30, 2020
1 parent 8aa529e commit 46a4787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor-vult.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tar -xf 'opam64.tar.xz'
opam init default "https://github.com/fdopen/opam-repository-mingw.git#opam2" -c "ocaml-variants.4.07.1+mingw64" --no-setup --disable-sandboxing
eval $(ocaml-env cygwin)

opam install pla containers ppx_deriving ounit yojson menhir result -y
opam install pla containers ppx_deriving ounit yojson menhir result ocamlbuild -y
# build vult
cd $APPVEYOR_BUILD_FOLDER
ls
Expand Down

0 comments on commit 46a4787

Please sign in to comment.