Add an appveyor script

This commit is contained in:
Jeremie Dimino 2017-04-24 12:09:05 +01:00
parent ccc2c7cb9e
commit 04ea3400c8
1 changed files with 14 additions and 0 deletions

14
appveyor.yml Normal file
View File

@ -0,0 +1,14 @@
# AppVeyor config using https://github.com/Chris00/ocaml-appveyor
install:
- appveyor DownloadFile "https://raw.githubusercontent.com/Chris00/ocaml-appveyor/master/install_ocaml.cmd" -FileName "C:\install_ocaml.cmd"
- C:\install_ocaml.cmd
build_script:
- cd "%APPVEYOR_BUILD_FOLDER%"
- ocaml bootstrap.ml
- ./boot.exe
artifacts:
- path: _build/log
name: build-log