Merge pull request #1305 from lanefu/output_build_options

return build options upon completion to make it easy to repeat build
This commit is contained in:
lanefu 2019-03-08 12:03:33 -05:00 committed by GitHub
commit 235950aba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -327,3 +327,5 @@ fi
end=`date +%s`
runtime=$(((end-start)/60))
display_alert "Runtime" "$runtime min" "info"
# Make it easy to repeat build by displaying build options used
display_alert "Repeat Build Options" "BOARD=${BOARD} BRANCH=${BRANCH} RELEASE=${RELEASE} BUILD_DESKTOP=${BUILD_DESKTOP} KERNEL_ONLY=${KERNEL_ONLY} KERNEL_CONFIGURE=no" "info"