Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Create a more complete CI environment in a Docker image #238

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Dec 28, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Note the necessity of python dependencies for Espressif boards
  • Loading branch information
ianfixes committed Dec 28, 2020
commit 31ed252ded40c65a793a5fa7af3387c898a18a22
7 changes: 7 additions & 0 deletions 7 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ For unit testing, you will need a compiler; [g++](https://gcc.gnu.org/) is prefe
* **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.


### You _May_ Need `python`

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.

Alternately, you might configure `arduino_ci` to simply not test against these. Consult the reference for those details.


### Changes to Your Repo

Add a file called `Gemfile` (no extension) to your Arduino project:
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.