Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 379 Bytes

DEVELOPING.md

File metadata and controls

21 lines (14 loc) · 379 Bytes

Developing

Building

$ opam install . --deps-only --yes

# If you need IDE support
$ opam install ocaml-lsp-server ocamlformat ocamlformat-rpc --yes

$ opam exec -- dune runtest
$ opam exec -- dune runtest --auto-promote

Testing

After building, you can test locally on Windows PowerShell with:

& test\pc\setup-dkml-windows_x86_64.ps1