Skip to content

Commit

Permalink
Merge pull request #495 from libgit2/fix_travis_timeout
Browse files Browse the repository at this point in the history
Prebuild OpenSSL in order to workaround Travis timouts
  • Loading branch information
phatblat committed Jul 23, 2015
2 parents 56ab1b0 + 0246699 commit 39e3beb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/cibuild
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ main ()
"$BOOTSTRAP" || exit $?
fi

echo "*** Prebuilding OpenSSL"
$SCRIPT_DIR/update_libssl_ios

echo "*** The following schemes will be built:"
echo "$SCHEMES" | xargs -n 1 echo " "
echo
Expand Down

0 comments on commit 39e3beb

Please sign in to comment.