Add libuv to travis ui build script

This commit is contained in:
Nate McMaster 2015-09-15 15:55:47 -07:00
parent d162fff906
commit e3458ceb1b
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