mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-28 10:44:38 +00:00
.travis.yml: make git submodule update conditional.
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
4772610ccf
commit
22df22e7c3
@ -3,11 +3,16 @@ sudo: required
|
|||||||
|
|
||||||
language: c
|
language: c
|
||||||
cache: ccache
|
cache: ccache
|
||||||
|
git:
|
||||||
|
submodules: false
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- if [ -n "$COVERALLS" ]; then
|
- if [ -n "$COVERALLS" ]; then
|
||||||
pip install --user cpp-coveralls;
|
pip install --user cpp-coveralls;
|
||||||
fi;
|
fi;
|
||||||
|
- if expr "$CONFIG_OPTS" ":" ".*enable-external-tests" > /dev/null; then
|
||||||
|
git submodule update --init --recursive;
|
||||||
|
fi;
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user