Update libuv for travis builds

This commit is contained in:
mikolajp 2018-02-25 15:47:16 +08:00
parent 4ad937d222
commit f611e7c72a

View File

@ -10,6 +10,14 @@ before_install:
- wget https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip
- unzip ninja-linux.zip
- sudo mv ninja /usr/bin/
- wget https://github.com/libuv/libuv/archive/v1.19.2.tar.gz
- tar -xvf v1.19.2.tar.gz
- cd libuv-1.19.2
- sh autogen.sh
- ./configure --prefix=/usr
- make
- make check
- sudo make install
install:
- pip3 install --user meson
@ -19,9 +27,12 @@ addons:
- libgmp3-dev
- libsigsegv-dev
- openssl
- libuv1-dev
- libssl-dev
- libncurses5-dev
- automake
- autoconf
- make
- libtool
- g++
- ragel
- re2c
@ -29,6 +40,7 @@ addons:
- python3
- python3-pip
- unzip
- gyp
# before_deploy: "make deb" # TODO
deploy:
skip_cleanup: true