arduino_ci icon indicating copy to clipboard operation
arduino_ci copied to clipboard

Use temporary directories for unit test artifacts

Open ianfixes opened this issue 3 years ago • 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 https://github.com/Arduino-CI/arduino_ci/commit/1ee342c18740e665b265cc81af346c9ee160c208

ianfixes avatar Dec 28 '22 13:12 ianfixes