-
Notifications
You must be signed in to change notification settings - Fork 12
test: Add Arduino CircleCI Config #73
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
test: Add Arduino CircleCI Config #73
Conversation
- this change also fixes the 'platformio_example' path
This reverts commit d12af6f.
- CI will fail until previous "chore/automate-arduino-script" PR is merged.
@air1one @faustbrian - please review this in the next few days. Be sure to explicitly select labels so I know what's going on. If no reviewer appears after a week, a reminder will be sent out. |
@sleepdefic1t The ci/circleci: build-arduino-default job is failing as of ee2b3851dcc0bd5f214fd77a9abe99d68c686b02. Please review the logs for more information. Once you've pushed the fixes, the build will automatically re-run. Thanks! |
Proposed changes
This PR adds the necessary configuration for CircleCI to compile the Cpp-Client library via Arduino-CLI. If the Cpp-Client library builds successfully via Arduino-CLI, the test is considered to have passed.
At this time, only the ESP32 chipset is supported in this test.
note: CI will fail until #72 is merged, and this PR is updated.
Reasons for this change:
Arduino
branch for the Arduino IDE Library Manager src.Types of changes
Checklist