This commit is contained in:
Simon Cruanes 2017-12-28 17:33:03 +01:00
parent 2a3afe7ec1
commit d884c9fe41

View file

@ -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