Preserve the temporary files (e.g. '.hex') so they can be found
at a deterministic location and be deployed if there's a need to.
This can be particularly useful in cases where the user needs
to release the compiled binaries or push them to a deployment
pipeline.
The patch introduces a new variable, i.e. $ARDUINO_HEX_DIR,
that exposes in a deterministic manner the directory in which
the temporary files are located. Further details on how to use
this variable can be found in the updated README.md.
Preserve the temporary files (e.g. '.hex') so they can be found at a deterministic location and be deployed if there's a need to. This can be particularly useful in cases where the user needs to release the compiled binaries or push them to a deployment pipeline. The patch introduces a new variable, i.e.
$ARDUINO_HEX_DIR
, that exposes in a deterministic manner the directory in which the temporary files are located. Further details on how to use this variable can be found in the updatedREADME.md
.