dune/appveyor.yml

15 lines
274 B
YAML
Raw Normal View History

2017-04-24 11:09:05 +00:00
# AppVeyor config using https://github.com/Chris00/ocaml-appveyor
install:
2017-08-22 08:31:10 +00:00
- cd "%APPVEYOR_BUILD_FOLDER%"
- install_ocaml.cmd
2017-04-24 11:09:05 +00:00
build_script:
- cd "%APPVEYOR_BUILD_FOLDER%"
- ocaml bootstrap.ml
2017-06-07 14:50:41 +00:00
- boot.exe --dev
2017-04-24 11:09:05 +00:00
artifacts:
- path: _build/log
name: build-log