Having followed the instructions here I now have a version number appended to my firmware binaries. However, I now also get
Building...
Testing...
[Errno 2] No such file or directory: '.pio/build/native/program'
when I try to run my native tests.
Commenting the extra_script out in platformio.ini allows the tests to run fine again in the native . The tests work ok in the embedded environment - the extra_script only causes the problem running native tests.
Having followed the instructions here I now have a version number appended to my firmware binaries. However, I now also get
when I try to run my native tests.
Commenting the extra_script out in platformio.ini allows the tests to run fine again in the
native. The tests work ok in the embedded environment - the extra_script only causes the problem running native tests.