Have the Travis builds do a "make update"
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
bbba0a7dff
commit
941b10bd95
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ before_script:
|
|||
|
||||
script:
|
||||
- cd _build;
|
||||
- make update
|
||||
- make
|
||||
- if [ -z "$BUILDONLY" ]; then
|
||||
if [ -n "$CROSS_COMPILE" ]; then
|
||||
|
|
Loading…
Reference in a new issue