Skip to content
Snippets Groups Projects
Commit 09f67044 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

jenkins: list dependencies before building contrib

Change-Id: I9d0df6d5564a9dbc54d307892f2b71b05c0feb47
Refs: #48032
parent 31b29799
No related branches found
No related tags found
No related merge requests found
...@@ -118,6 +118,8 @@ function build_contrib { ...@@ -118,6 +118,8 @@ function build_contrib {
mkdir -p native mkdir -p native
pushd native pushd native
../bootstrap ../bootstrap
# list dependencies which will be added
make list
make make
popd popd
popd popd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment