Codebase list dune / debian/1.0_beta14-1 appveyor.yml
debian/1.0_beta14-1

Tree @debian/1.0_beta14-1 (Download .tar.gz)

appveyor.yml @debian/1.0_beta14-1raw · history · blame

# AppVeyor config using https://github.com/Chris00/ocaml-appveyor

install:
  - cd "%APPVEYOR_BUILD_FOLDER%"
  - install_ocaml.cmd

build_script:
  - cd "%APPVEYOR_BUILD_FOLDER%"
  - ocaml bootstrap.ml
  - boot.exe --dev

artifacts:
  - path: _build/log
    name: build-log