mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-14 10:03:43 +08:00
Update .travis.yml
This commit is contained in:
16
.travis.yml
16
.travis.yml
@@ -6,20 +6,6 @@ cache: ccache
|
|||||||
git:
|
git:
|
||||||
submodules: false
|
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:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
|
||||||
@@ -29,7 +15,7 @@ compiler:
|
|||||||
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- ./configu
|
- ./config
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- $make
|
- $make
|
||||||
|
|||||||
Reference in New Issue
Block a user