Skip to content
Snippets Groups Projects
Unverified Commit afc0289c authored by Merlin's avatar Merlin :droplet:
Browse files

Build test-exes as well

parent da51abaf
No related branches found
No related tags found
1 merge request!1Add dune build system
Pipeline #9490 passed
......@@ -16,8 +16,9 @@ before_script:
name: "${CI_PROJECT_NAME}-linux-binaries"
script:
- opam install -y dune ocamlfind ocamlgraph
- opam install -y dune ocamlfind ocamlgraph ounit
- time dune build @exes
- dune build @test-exes
- mkdir native
- shopt -s globstar
- cp -L **/*.exe native/
......
......@@ -11,3 +11,9 @@
src/coalgcompare/coalgcompare.exe
src/debugger/debugger.exe
src/repl-example/repl-example.exe))
(alias
(name test-exes)
(deps
src/testsuite/cool-testsuite.exe
src/unit-tests/cool_unit_tests.exe))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment