directories:
- $HOME/wolfssl-4.0.0-stable
- $HOME/mesalink-1.0.0
- - $HOME/nghttp2-1.34.0
+ - $HOME/nghttp2-1.39.2
env:
global:
fi
- |
if [ $TRAVIS_OS_NAME = linux ]; then
- if [ ! -e $HOME/nghttp2-1.34.0/Makefile ]; then
+ if [ ! -e $HOME/nghttp2-1.39.2/Makefile ]; then
(cd $HOME && \
- curl -L https://github.com/nghttp2/nghttp2/releases/download/v1.34.0/nghttp2-1.34.0.tar.gz |
+ curl -L https://github.com/nghttp2/nghttp2/releases/download/v1.39.2/nghttp2-1.39.2.tar.gz |
tar xzf - && \
- cd nghttp2-1.34.0 && \
+ cd nghttp2-1.39.2 && \
CXX="g++-8" CC="gcc-8" CFLAGS="" LDFLAGS="" LIBS="" ./configure --disable-threads --enable-app && \
make)
fi
if [ $TRAVIS_OS_NAME = linux ]; then
(cd $HOME/wolfssl-4.0.0-stable && sudo make install)
(cd $HOME/mesalink-1.0.0 && sudo make install)
- (cd $HOME/nghttp2-1.34.0 && sudo make install)
+ (cd $HOME/nghttp2-1.39.2 && sudo make install)
fi
script: