btashton commented on a change in pull request #2115: URL: https://github.com/apache/incubator-nuttx/pull/2115#discussion_r513036741
########## File path: tools/testbuild.sh ########## @@ -238,6 +246,11 @@ function configure { function build { echo " Building NuttX..." makefunc + if [ ${SAVEARTIFACTS} -eq 1 ]; then + artifactconfigdir=$ARTIFACTDIR/$(echo $config | sed "s/:/\//")/ + mkdir -p $artifactconfigdir + cp $(${MAKE} execname) $artifactconfigdir Review comment: I'll generate a manifest file in the Makefile.(unix/win) that can be used for this. Might need to extend the boards a bit so we know about things like uboot images. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org