Arduino-CI/arduino_ci

Use temporary directories for unit test artifacts

ianfixes opened this issue · 0 comments

Feature Request

Unit test binaries are currently compiled in the working directory, and tracked (although not cleaned up) in the unit test builder.

It would be wiser to simply build the files in the OS's temp area.

This code was an attempt at the problem but conflicted with #294
1ee342c