Skip to content

Commit

Permalink
don't build mirage-www as part of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yomimono committed Jul 6, 2017
1 parent a31d3fc commit daf3726
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ bash -ex .travis-opam.sh

# try building mirage-www in Unix and Xen modes

export OPAMYES=1
eval `opam config env`
#export OPAMYES=1
#eval `opam config env`

git clone -b mirage-dev git://github.com/mirage/mirage-www
cd mirage-www
git log --oneline |head -5
#git clone -b mirage-dev git://github.com/mirage/mirage-www
#cd mirage-www
#git log --oneline |head -5

opam install mirage
make MODE=$MIRAGE_MODE configure
make MODE=$MIRAGE_MODE depend
make MODE=$MIRAGE_MODE build
#opam install mirage
#make MODE=$MIRAGE_MODE configure
#make MODE=$MIRAGE_MODE depend
#make MODE=$MIRAGE_MODE build

0 comments on commit daf3726

Please sign in to comment.