Skip to content

Commit

Permalink
Test with AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
talex5 authored and djs55 committed Jan 2, 2018
1 parent 534cb5f commit a5f8c05
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -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 a5f8c05

Please sign in to comment.