mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 19:25:36 -05:00
Added dolmen dependency
This commit is contained in:
parent
0631135bd5
commit
a0d8bd5457
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ before_install:
|
||||||
- opam switch ${OCAML_VERSION}
|
- opam switch ${OCAML_VERSION}
|
||||||
- eval `opam config env`
|
- eval `opam config env`
|
||||||
install:
|
install:
|
||||||
- opam install ocamlfind ocamlbuild
|
- opam install dolmen ocamlfind ocamlbuild
|
||||||
- make bin lib
|
- make bin lib
|
||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue