We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc6a671 commit c2bbaaeCopy full SHA for c2bbaae
appveyor.yml
@@ -1,15 +1,14 @@
1
+platform:
2
+ - x86
3
4
environment:
- matrix:
- - OCAML_BRANCH: 4.05
5
- - OCAML_BRANCH: 4.06
+ PACKAGE: root1d
6
+ FORK_USER: ocaml
7
+ FORK_BRANCH: master
8
+ CYG_ROOT: C:\cygwin64
9
10
install:
- - appveyor DownloadFile "https://raw.githubusercontent.com/Chris00/ocaml-appveyor/master/install_ocaml.cmd" -FileName "C:\install_ocaml.cmd"
- - 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"))
12
13
build_script:
- - cd "%APPVEYOR_BUILD_FOLDER%"
- - dune subst
14
- - dune build -p root1d
15
- - dune runtest
+ - call %CYG_ROOT%\bin\bash.exe -l %APPVEYOR_BUILD_FOLDER%\appveyor-opam.sh
0 commit comments