Skip to content

Commit c2bbaae

Browse files
committed
Update AppVeyor instructions
1 parent fc6a671 commit c2bbaae

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

appveyor.yml

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1+
platform:
2+
- x86
13

24
environment:
3-
matrix:
4-
- OCAML_BRANCH: 4.05
5-
- OCAML_BRANCH: 4.06
5+
PACKAGE: root1d
6+
FORK_USER: ocaml
7+
FORK_BRANCH: master
8+
CYG_ROOT: C:\cygwin64
69

710
install:
8-
- appveyor DownloadFile "https://raw.githubusercontent.com/Chris00/ocaml-appveyor/master/install_ocaml.cmd" -FileName "C:\install_ocaml.cmd"
9-
- C:\install_ocaml.cmd
11+
- ps: iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/$env:FORK_USER/ocaml-ci-scripts/$env:FORK_BRANCH/appveyor-install.ps1"))
1012

1113
build_script:
12-
- cd "%APPVEYOR_BUILD_FOLDER%"
13-
- dune subst
14-
- dune build -p root1d
15-
- dune runtest
14+
- call %CYG_ROOT%\bin\bash.exe -l %APPVEYOR_BUILD_FOLDER%\appveyor-opam.sh

0 commit comments

Comments
 (0)