Skip to content

Commit

Permalink
travis: add make depend steps
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Jul 8, 2014
1 parent 6d26f98 commit d2cdd0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ cp .travis-www.ml src/config.ml
cd src
mirage --version
mirage configure --unix
make depend
make
make clean
mirage configure --xen
make depend
make
cd ..

Expand Down

0 comments on commit d2cdd0d

Please sign in to comment.