1 Star 1 Fork 0

Jun Peng / wget2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis_setup.sh 863 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tim Rühsen 提交于 2020-10-11 20:21 . Use brew upgrade for Travis CI OSX
#!/bin/bash
if [[ "$TRAVIS_OS_NAME" = "osx" ]]; then
brew upgrade
brew install gnutls
brew install nettle
brew outdated autoconf || brew upgrade autoconf
brew outdated automake || brew upgrade automake
brew outdated libtool || brew upgrade libtool
brew install doxygen
brew outdated gettext || brew upgrade gettext
brew install flex
brew install libidn
brew install xz
brew install lbzip2
brew install lzip
brew install libgcrypt
brew install grep
brew install gawk
brew link --force gettext
elif [[ "$TRAVIS_OS_NAME" = "linux" ]]; then
# Install Libmicrohttpd from source
sudo apt-get -y install wget
wget https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.55.tar.gz
tar zxf libmicrohttpd-0.9.55.tar.gz && cd libmicrohttpd-0.9.55/
./configure --prefix=/usr && make -j$(nproc) && sudo make install
pip install --user cpp-coveralls
fi
C
1
https://gitee.com/penjun71/wget2.git
git@gitee.com:penjun71/wget2.git
penjun71
wget2
wget2
master

搜索帮助