mirror of
https://github.com/c-cube/sidekick.git
synced 2026-01-28 12:24:50 -05:00
travis
This commit is contained in:
parent
a978ec97a3
commit
cb45782eed
1 changed files with 6 additions and 5 deletions
11
.travis.yml
11
.travis.yml
|
|
@ -23,12 +23,13 @@ before_install:
|
||||||
- ${HOME}/opam init --compiler=${OCAML_VERSION}
|
- ${HOME}/opam init --compiler=${OCAML_VERSION}
|
||||||
- eval `${HOME}/opam config env`
|
- eval `${HOME}/opam config env`
|
||||||
- export OPAMVERBOSE=1
|
- export OPAMVERBOSE=1
|
||||||
# Testing requires the dev version of dolmen
|
- opam init
|
||||||
- if [ "$OPAMBUILDTEST" = "true" ]; then ${HOME}/opam pin add --dev-repo dolmen; fi
|
- opam switch ${OCAML_VERSION}
|
||||||
|
- eval `opam config env`
|
||||||
|
- opam install ocamlfind jbuilder
|
||||||
|
- if ${RUN_TEST}; then opam pin add dolmen https://github.com/Gbury/dolmen.git; fi
|
||||||
install:
|
install:
|
||||||
# Install dependencies
|
- make build
|
||||||
- ${HOME}/opam pin add --no-action msat .
|
|
||||||
- ${HOME}/opam install --deps-only msat.dev
|
|
||||||
script:
|
script:
|
||||||
# Build and launch the tests
|
# Build and launch the tests
|
||||||
- if [ "$TO_TEST" = "tests" ]; then make lib && make bin && make test; fi
|
- if [ "$TO_TEST" = "tests" ]; then make lib && make bin && make test; fi
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue