circuitpython/.github/workflows
Scott Shawcroft a874043e1b
Selectively build boards based on changed files
This uses a step output from the test job to set the build matrix
for the board build jobs. The built boards depends on which files
were changed.

* Changes contained within ports/*/boards/ will build each board.
* Changes contained within ports/* will build all boards from the
  port.
* All other file changes will build all boards.

All boards will be build for pushes in `adafruit/circuitpython` as
well.

A side-effect is that we no longer need to explicitly list the
boards to build. It will automatically update as new folders are
added.

Related to #4009
2021-09-07 14:59:45 -07:00
..
build.yml Selectively build boards based on changed files 2021-09-07 14:59:45 -07:00
create_website_pr.yml clone repo before installing deps 2021-04-01 10:53:06 -04:00
match-build-fail.json Match build failures to better highlight them 2021-04-14 11:52:00 -07:00
ports_windows.yml Install intelhex on windows CI 2021-07-14 10:47:03 -07:00
pre-commit.yml Add requirements-dev.txt for python deps 2021-03-19 15:22:23 -07:00