mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
Added landamrks dependency to travis file
This commit is contained in:
parent
5a079069ea
commit
cdb5cc9040
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ before_install:
|
||||||
- opam init
|
- opam init
|
||||||
- opam switch ${OCAML_VERSION}
|
- opam switch ${OCAML_VERSION}
|
||||||
- eval `opam config env`
|
- eval `opam config env`
|
||||||
- opam install ocamlfind ocamlbuild
|
- opam install ocamlfind ocamlbuild landmarks
|
||||||
- if ${RUN_TEST}; then opam pin add dolmen https://github.com/Gbury/dolmen.git; fi
|
- if ${RUN_TEST}; then opam pin add dolmen https://github.com/Gbury/dolmen.git; fi
|
||||||
install:
|
install:
|
||||||
- make lib
|
- make lib
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue