Codebase list dune / upstream/1.6.3 appveyor.yml
upstream/1.6.3

Tree @upstream/1.6.3 (Download .tar.gz)

appveyor.yml @upstream/1.6.3raw · 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
  - copy _build_bootstrap\install\default\bin\dune.exe dune.exe
  - dune.exe build @test\blackbox-tests\windows-diff

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