Skip to content

Commit 46cb858

Browse files
committed
Add Windows setup instructions for native testing
1 parent c3eed89 commit 46cb858

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

platformio.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ monitor_filters =
6363
time
6464
monitor_speed = 115200
6565

66+
; Windows setup for native testing - install required packages:
67+
; winget install MSYS2.MSYS2
68+
; C:\msys64\usr\bin\bash -l -c "pacman -S --noconfirm mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-cmake mingw-w64-ucrt-x86_64-ninja"
69+
; Add C:\msys64\ucrt64\bin to your PATH environment variable
70+
6671
[env:native-test]
6772
platform = native
6873
test_framework = googletest

0 commit comments

Comments
 (0)