Use the same libuv install script on travis as kestrel

This commit is contained in:
David Fowler 2015-08-15 03:25:42 -07:00
parent d487a709e5
commit 412b4b9d69
1 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,12 @@
language: csharp
sudo: false
install:
- curl -sSL https://github.com/libuv/libuv/archive/v1.4.2.tar.gz | tar zxfv - -C /tmp && cd /tmp/libuv-1.4.2/
- sh autogen.sh
- ./configure --prefix=$HOME/libuvinstall
- make
- make install
- export LD_LIBRARY_PATH="$HOME/libuvinstall/lib"
- cd $OLDPWD
script:
- ./build.sh --quiet verify