Skip to content

Commit

Permalink
Use dra27 opam-repository
Browse files Browse the repository at this point in the history
Contains revised ocaml-system and ocamlfind packages.
  • Loading branch information
dra27 committed Apr 6, 2018
1 parent 071c599 commit 1c775df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor_build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ rem system-installed MSVC OCaml, so the scripts have to be spawned directly.
if "%OCAML_PORT%" equ "msvc" call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars32.bat"
if "%OCAML_PORT%" equ "msvc64" call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
echo Before test OPAM_SWITCH_PREFIX=%OPAM_SWITCH_PREFIX%
opam init -y -a || exit /b 1
opam init -y -a git+https://github.com/dra27/opam-repository.git#windows || exit /b 1
echo After init OPAM_SWITCH_PREFIX=%OPAM_SWITCH_PREFIX%
opam install -y ocamlfind || exit /b 1
opam switch list || exit /b 1
Expand Down

0 comments on commit 1c775df

Please sign in to comment.