dune/appveyor.yml

15 lines
387 B
YAML

# 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 --dev
artifacts:
- path: _build/log
name: build-log