mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-29 17:23:38 +08:00
Revert "Merge branch 'master' into master"
This reverts commit0f5b6deb5e, reversing changes made toeb21e9d572.
This commit is contained in:
50
.travis.yml
50
.travis.yml
@@ -1,50 +0,0 @@
|
|||||||
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="no-paillier" DESTDIR="_install"
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- env
|
|
||||||
- pwd
|
|
||||||
- ls -l
|
|
||||||
- ./config -v $CONFIG_OPTS;
|
|
||||||
|
|
||||||
script:
|
|
||||||
- if [ -z "$BUILDONLY" ]; then
|
|
||||||
make="make -s";
|
|
||||||
else
|
|
||||||
make="make";
|
|
||||||
fi
|
|
||||||
- $make update
|
|
||||||
- $make
|
|
||||||
- $make test
|
|
||||||
- $make install
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user