sidekick/.travis-ci.sh
2016-07-23 13:58:45 +02:00

8 lines
141 B
Bash

# Edit this for your own project dependencies
OPAM_DEPENDS="ocamlfind ocamlbuild"
opam install ${OPAM_DEPENDS}
make lib
make bin
make test