Skip to content

Commit

Permalink
Enable appveyor to test on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
gildor478 committed Aug 21, 2019
1 parent 0855ea8 commit 69bb7ce
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions appveyor.yml
@@ -0,0 +1,13 @@
platform:
- x86

environment:
FORK_USER: ocaml
FORK_BRANCH: master
CYG_ROOT: C:\cygwin64

install:
- ps: iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/$env:FORK_USER/ocaml-ci-scripts/$env:FORK_BRANCH/appveyor-install.ps1"))

build_script:
- call %CYG_ROOT%\bin\bash.exe -l %APPVEYOR_BUILD_FOLDER%\appveyor-opam.sh

0 comments on commit 69bb7ce

Please sign in to comment.