mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
.travis.yml: Detect if 'make update' updated something
If it did, it really is something that should be checked in, and should therefore make a CI build fail. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3686)
This commit is contained in:
parent
5aba2b6e88
commit
46e5b661d4
@ -184,7 +184,8 @@ script:
|
||||
- if [ -n "$DESTDIR" ]; then
|
||||
cd _build;
|
||||
fi
|
||||
- $make update
|
||||
- $make update;
|
||||
git diff --quiet
|
||||
- if [ -n "$CHECKDOCS" ]; then
|
||||
$make doc-nits;
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user