ocaml-dune / binary-distribution

A web page for dune binary distribution
https://preview.dune.build/
ISC License
2 stars 5 forks source link

test: create a test directory for dune binaries #21

Closed maiste closed 1 month ago

maiste commented 1 month ago

Following a discussion with @gridbugs, I propose a simple test to check that the binary are set with the correct flags. It simply tries to lock a package with one dependency (sqlite3 because it's a package with few deps) and run dune build. This is another step to try and verify that our binaries are correct before pushing them.