mrfaptastic
ebdf46da19
Merge pull request #463 from mrfaptastic/dependabot/github_actions/actions/checkout-3
...
Bump actions/checkout from 2 to 3
2023-05-28 17:27:20 +01:00
Avi
36a9a686ac
Remove .github
exclusion for triggering workflows.
...
I believe that we want to trigger actions/workflows when the workflow files in .github/workflows are updated; this is how we will know that they work :)
2023-05-22 20:11:55 +00:00
dependabot[bot]
8b08a28b21
Bump actions/checkout from 2 to 3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-22 20:01:27 +00:00
Avi
fa2cb74ba1
Add examples & Github Actions test for ESP-IDF.
...
This pull request adds two examples and tests using the ESP-IDF framework:
* A test with the Arduino GFX library (which requires the arduino-esp32 library & Arduino BusIO library)
* A test without the Arduino GFX library, which can be compiled without any additional dependencies.
Having these tests helps prevent any future regressions that may break users of the ESP-IDF platform.
2023-05-16 12:38:12 -04:00
Avi
811d474ef0
Pin platformio to verison 6.1.6.
...
Version 6.1.7 was released on 2023-05-08 and all CI runs are failing with:
```
Error: Not a PlatformIO project. `platformio.ini` file has not been found in current working directory (examples/PIO_TestPatterns). To initialize new project please use `platformio project init` command
```
The new release notes are here: https://docs.platformio.org/en/latest/core/history.html#id2 . Perhaps this breakage has something to do with new validation that `project working environment names ... only contain lowercase letters a-z, numbers 0-9, and special characters _ (underscore) and - (hyphen)` while this repo uses an example named `PIO_TestPatterns`?
Let's pin ourselves to a known good version so we can fix the issue and then choose when to upgrade in the future without causing unexpected breakages.
2023-05-10 10:34:02 -04:00
mrfaptastic
642c064ffd
Update pio_build.yml
2023-03-13 00:11:32 +00:00
mrfaptastic
aebccc3090
Update pio_build.yml
2023-03-12 10:29:08 +00:00
Elliot Matson
37dd233339
Prevent CI from running on README/docs updates
2023-02-01 19:00:41 -06:00
Elliot Matson
a85b0e649f
A bit of cleanup and re-ordering
2023-01-29 22:02:30 -06:00
Elliot Matson
fda92b77af
Add final switch to IDF
2023-01-29 21:53:57 -06:00
Elliot Matson
9901c2352d
verbose
2023-01-29 21:39:05 -06:00
Elliot Matson
2c86ceee73
does CI work now?
2023-01-29 21:25:24 -06:00
Elliot Matson
6378731cbc
Fix sdkconfig
2023-01-29 21:20:47 -06:00
Elliot Matson
9b706f9599
test esp-idf
2023-01-29 21:07:24 -06:00
Elliot Matson
035e0e0d2f
restructure for esp-idf
2023-01-29 21:03:19 -06:00
Elliot Matson
a775b3a62e
testing time with cache
2023-01-29 20:54:37 -06:00
Elliot Matson
28acbea6d3
Clean up older PIO actions
2023-01-29 20:52:35 -06:00
Elliot Matson
1ca5ee92c8
Add exclusions
2023-01-29 20:49:18 -06:00
Elliot Matson
15a5aa4ec1
update
2023-01-29 20:44:02 -06:00
Elliot Matson
420f653552
Merge pull request #1 from elliotmatson/dependabot/github_actions/actions/checkout-3
...
Bump actions/checkout from 2 to 3
2023-01-29 20:43:05 -06:00
Elliot Matson
21109b74ee
Merge pull request #2 from elliotmatson/dependabot/github_actions/actions/setup-python-4
...
Bump actions/setup-python from 2 to 4
2023-01-29 20:42:56 -06:00
dependabot[bot]
fe1ebbe40f
Bump actions/cache from 2 to 3
...
Bumps [actions/cache](https://github.com/actions/cache ) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30 02:42:23 +00:00
dependabot[bot]
ab13f2692d
Bump actions/setup-python from 2 to 4
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30 02:42:20 +00:00
dependabot[bot]
960e7b1768
Bump actions/checkout from 2 to 3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30 02:42:17 +00:00
Elliot Matson
bc3f2ce5c0
Create dependabot.yml
2023-01-29 20:41:58 -06:00
Elliot Matson
84c2fbf755
continue jobs on error
2023-01-29 20:36:36 -06:00
Elliot Matson
2a85977eba
fix flags
2023-01-29 20:33:37 -06:00
Elliot Matson
e7f2ac6805
Just to be sure
2023-01-29 20:30:47 -06:00
Elliot Matson
51e44ce4b8
Github copilot lied to me
2023-01-29 20:26:47 -06:00
Elliot Matson
f6ac9357c9
Use proper ci matrix
2023-01-29 20:25:59 -06:00
Emil Muratov
364fc4bb14
create a CI job to test examples builds
2021-12-20 00:15:41 +03:00