Skip to content

Commit

Permalink
Merge pull request #2244 from div72/ci-fold-depends
Browse files Browse the repository at this point in the history
ci: fold depends output
  • Loading branch information
jamescowens authored Jul 23, 2021
2 parents 2c5b55b + 69b874a commit 978c6ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/test/05_before_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ if [ -z "$NO_DEPENDS" ]; then
else
SHELL_OPTS="CONFIG_SHELL="
fi
BEGIN_FOLD depends
DOCKER_EXEC $SHELL_OPTS make $MAKEJOBS -C depends HOST=$HOST $DEP_OPTS
END_FOLD
fi
if [ -n "$PREVIOUS_RELEASES_TO_DOWNLOAD" ]; then
BEGIN_FOLD previous-versions
Expand Down

0 comments on commit 978c6ec

Please sign in to comment.