mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -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 init
|
||||||
- opam switch ${OCAML_VERSION}
|
- opam switch ${OCAML_VERSION}
|
||||||
- eval `opam config env`
|
- 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
|
- if ${RUN_TEST}; then opam pin add dolmen https://github.com/Gbury/dolmen.git; fi
|
||||||
install:
|
install:
|
||||||
- make lib
|
- make build
|
||||||
- if ${RUN_TEST}; then make bin; fi
|
|
||||||
script:
|
script:
|
||||||
- if ${RUN_TEST}; then make test; fi
|
- if ${RUN_TEST}; then make test; fi
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue