mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-05 19:00:33 -05:00
travis
This commit is contained in:
parent
2a3afe7ec1
commit
d884c9fe41
1 changed files with 2 additions and 3 deletions
|
|
@ -18,10 +18,9 @@ before_install:
|
|||
- opam init
|
||||
- opam switch ${OCAML_VERSION}
|
||||
- eval `opam config env`
|
||||
- opam install ocamlfind ocamlbuild
|
||||
- opam install ocamlfind jbuilder
|
||||
- if ${RUN_TEST}; then opam pin add dolmen https://github.com/Gbury/dolmen.git; fi
|
||||
install:
|
||||
- make lib
|
||||
- if ${RUN_TEST}; then make bin; fi
|
||||
- make build
|
||||
script:
|
||||
- if ${RUN_TEST}; then make test; fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue