2 changed files with 17 additions and 1 deletions
@ -0,0 +1,16 @@ |
|||
image: debian/unstable |
|||
packages: |
|||
- opam |
|||
- ocaml |
|||
sources: |
|||
- https://git.zapashcanon.fr/zapashcanon/exit |
|||
tasks: |
|||
- setup: | |
|||
opam init -y |
|||
opam update -y |
|||
opam install -y dune |
|||
- build: | |
|||
eval "$(opam env)" |
|||
cd exit |
|||
dune build @all |
|||
dune runtest |
Loading…
Reference in new issue