Skip to content

Commit

Permalink
Only build coverage binary in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rvantonder committed Jun 6, 2019
1 parent a2a2181 commit 716c8f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis-ocaml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ ocaml setup.ml -build
ocaml setup.ml -install
cd -

make
make build-with-coverage
make test

echo $TRAVIS_JOB_ID
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
all: build comby comby-server benchmark

build:
dune build --profile dev

build-with-coverage:
@BISECT_ENABLE=yes dune build --profile dev

release:
Expand Down

0 comments on commit 716c8f1

Please sign in to comment.