mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Have the Travis builds do a "make update"
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
bbba0a7dff
commit
941b10bd95
@ -76,6 +76,7 @@ before_script:
|
||||
|
||||
script:
|
||||
- cd _build;
|
||||
- make update
|
||||
- make
|
||||
- if [ -z "$BUILDONLY" ]; then
|
||||
if [ -n "$CROSS_COMPILE" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user