Peter Johanson
5cc7c280a5
refactor: Move to explicit docker.io/* image references.
...
* Some runtimes (e.g. podman), require explicit registries in image URLs
or will prompt for the user to select one, which breaks things like
VSCode remote container rebuilds.
3 years ago
innovaker
5542c105ed
ci: bump `zmk-build-arm` to `2.5`
...
PR: https://github.com/zmkfirmware/zmk/pull/736
3 years ago
innovaker
78acd7610e
ci: improve step names
...
Improves readability and informativeness.
PR: #515
4 years ago
innovaker
f3502dbcb5
ci: remove unnecessary comments
4 years ago
innovaker
6fa0f8f060
ci: remove zephyr.base-prefer configfile
...
CI builds successfully without this step.
PR: #498
4 years ago
innovaker
0515a482fe
ci: upgrade to zmk-build-arm:2.4
...
PR: #467
4 years ago
innovaker
a4652fa25d
ci: add `4-` prefix to cache keys for v2.4.0 upgrade
...
A hack to invalidate GitHub actions/cache in CI builds/tests for the v2.4.0 upgrade.
PR: #467
4 years ago
innovaker
f9e74110ab
ci: migrate workflows to zmk-docker
...
Leverages the new zmk-build-arm Docker image published by the zmk-docker project. Reduces build times, enhances DevOps capabilities, and tightly couples CI build container with the dev container.
PR: #481
4 years ago
innovaker
fe010c7b6d
refactor(workflows): add `3-` prefix to cache keys
...
A hack to invalidate GitHub actions/cache in CI builds/tests.
Activates benefits of 90123caa4c
.
Should be reverted after 2 weeks.
PR: #442
4 years ago
innovaker
7babe7f185
refactor(workflows): align GitHub workflow conventions
...
Cosmetic pass at aligning the conventions used in ZMK's workflows with GitHub's examples. Based on examples found at:
https://github.com/actions/starter-workflows
PR #433
4 years ago
innovaker
e6d863c610
build(workflows): add each workflow to its own trigger conditions
...
For each workflow, add its path to its own trigger conditions so that it automatically re-triggers for testing purposes whenever it is changed.
PR: #443
4 years ago
innovaker
27d036b9d5
refactor(workflows): remove `2-` prefix from cache keys
...
Removes obsolete cache invalidation hack.
Ref: 064323b667
PR: #434
4 years ago
Okke Formsma
c067629c83
Create `west test` command to run zmk testsuite.
4 years ago
Pete Johanson
0559ec9013
fix(ci): Only run tests if app/{src,tests} changes
4 years ago
Pete Johanson
d2f4f00f69
feat(test): Add GH Action for tests.
4 years ago
Richard Jones
e5da5ea40d
add romac to build
4 years ago
Nick
dc1bb36639
fix(actions): continue build on failed west cache
4 years ago
Nick
8aae2231e2
fix(actions): timeout stuck cache west modules
4 years ago
Pete Johanson
506c3b031e
refactor(boards): Rename to bluemicro840_v1.
4 years ago
Okke Formsma
93b1e0ac44
Add nrfmicro 1.1, 1.1 flipped and 1.3 boards.
4 years ago
Pete Johanson
064323b667
fix(build): Remove more unused west modules.
4 years ago
Pete Johanson
15405f351a
Add BlueMicro52840 to build matrix.
4 years ago
Derek
0a23d98962
Update build.yml
...
Fails without splitreus62 shield and without itself added?
4 years ago
Derek
c44693cd48
Update build.yml
...
Updated workflow to include new board and shield
4 years ago
Derek
ff3b1d3fa3
Revert "Undo build.yaml changles"
...
This reverts commit ce7d7cd51d
.
4 years ago
Derek
ce7d7cd51d
Undo build.yaml changles
4 years ago
Pete Johanson
be57b10c56
Initial Corne shield definition.
...
* Also include a build for Clueboard California macropad.
4 years ago
Pete Johanson
c3dd7b694d
Initial Lily58 shield definition.
4 years ago
Pete Johanson
03ddcf0695
Properly name the build artifacts w/ shield name.
4 years ago
Pete Johanson
5ffd95694f
Kyria left/right overlays, matrix transform fixes
...
* Refactor Kyria into separate left/right "revisions"
of the Kyria shield, and include central
kyria.dtsi file with common definition.
* Fixes for keymaps to work fully with matrix
transforms that override effective rows/columns.
* Add ability for matrix transform to do row/col
offsets, which is needed for split keyboards.
4 years ago
Pete Johanson
f84a41de3e
Only test w/ Kyria and handwire.
4 years ago
Pete Johanson
185f9be6ab
Tweak to use a better set of shields for build.
4 years ago
Pete Johanson
a087a466e9
Tweak the artifact name to include board.
4 years ago
Pete Johanson
d1daf0de06
Fix the string literal.
4 years ago
Pete Johanson
33795b99ca
Change the kernel bin name, upload built UF2.
4 years ago
Pete Johanson
05591ff37b
Build matrix with nice_nano and proton_c boards.
4 years ago
Pete Johanson
c4082bd31e
Try to fix some quoting.
4 years ago
Pete Johanson
5defe0a771
One missing action reference.
4 years ago
Pete Johanson
2ce8961aba
Switch to ARM only, use everywhere.
4 years ago
Pete Johanson
44ebcb8fa4
Try fixing args passed to container.
4 years ago
Pete Johanson
30f23fe5da
Switch to Docker Hub version.
4 years ago
Pete Johanson
ea36f2a93e
Try logging into the registry first.
4 years ago
Pete Johanson
2aa932a943
Try quoting a few values.
4 years ago
Pete Johanson
9f650acbd0
Update one workflow step to use docker container.
4 years ago
Pete Johanson
caf934792a
Exclude some unused Zephyr west submodules.
...
* Don't waste space/time updating unused modules for architectures
we aren't targetting (yet).
4 years ago
Pete Johanson
af7f4e0892
Run builds on PRs too.
4 years ago
Pete Johanson
bdfc8e7963
Name the whole workflow.
4 years ago
Pete Johanson
f8f999ab1c
Add status badge, rename basic build workflow.
4 years ago
Pete Johanson
d568df7bc9
Move to published action for zephyr/west usage.
4 years ago
Pete Johanson
bab95eab79
Fix for multiple paths.
4 years ago