Skip to content

Commit

Permalink
add appveyor windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed May 27, 2017
1 parent 6c0efe6 commit a234300
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
1.9.4 (2017-05-26):
* Port build system to jbuilder (#100 @vbmithr @rgrinberg @avsm @dsheets)
* Restrict build to OCaml 4.03.0+ (was formerly OCaml 4.02.0+).
* Add Appveyor tests for Windows compilation.

1.9.3 (2017-03-06):
* Port build system to topkg (#95 by @fgimenez)
Expand Down
14 changes: 14 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
platform:
- x86

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

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 a234300

Please sign in to comment.