You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,13 @@ For unit testing, you will need a compiler; [g++](https://gcc.gnu.org/) is prefe
47
47
***Windows**: you will need Cygwin, and the `mingw-gcc-g++` package. A full set of (working) install instructions can be found in `appveyor.yml`, as this is how CI runs for this project.
48
48
49
49
50
+
### You _May_ Need `python`
51
+
52
+
ESP32 and ESP8266 boards have [a dependency on `python` that they don't install themselves](https://github.com/Arduino-CI/arduino_ci/issues/235#issuecomment-739629243). If you intend to test on these platforms (which are included in the default list of platforms to test against), you will need to make `python` (and possibly `pyserial`) available in the test environment.
53
+
54
+
Alternately, you might configure `arduino_ci` to simply not test against these. Consult the reference for those details.
55
+
56
+
50
57
### Changes to Your Repo
51
58
52
59
Add a file called `Gemfile` (no extension) to your Arduino project:
0 commit comments