2 Star 0 Fork 1

Elyhance / GmSSL

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 796 Bytes
一键复制 编辑 原始数据 按行查看 历史
Simon 提交于 2017-07-10 14:49 . Update .travis.yml
dist: trusty
sudo: required
language: c
cache: ccache
git:
submodules: false
before_install:
- if [ -n "$COVERALLS" ]; then
pip install --user cpp-coveralls;
fi;
- if expr "$CONFIG_OPTS" ":" ".*enable-external-tests" > /dev/null; then
git submodule update --init --recursive;
fi;
addons:
apt:
packages:
- ccache
- golang-1.6
os:
- linux
compiler:
- clang
- gcc
env:
- CONFIG_OPTS=" --prefix=/home/travis/dist/" DESTDIR="_install"
before_script:
- env
- pwd
- ls -l
- ./config -v $CONFIG_OPTS;
script:
- if [ -z "$BUILDONLY" ]; then
make="make -s";
else
make="make";
fi
- mkdir ~/dist
- $make update
- $make
- $make install
C
1
https://gitee.com/elyhance/GmSSL.git
git@gitee.com:elyhance/GmSSL.git
elyhance
GmSSL
GmSSL
master

搜索帮助