mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
[travis] Only build the bin for tests
This commit is contained in:
parent
c2887b2e29
commit
7dd04204ed
1 changed files with 2 additions and 1 deletions
|
|
@ -23,6 +23,7 @@ before_install:
|
||||||
- opam install ocamlfind ocamlbuild
|
- opam install ocamlfind ocamlbuild
|
||||||
- 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 bin lib
|
- make lib
|
||||||
|
- 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