This commit is contained in:
parent
03d0304c54
commit
75af30fb10
@ -1,33 +1,7 @@
|
|||||||
|
|
||||||
name: Build
|
name: Build
|
||||||
on: [push, pull_request, workflow_dispatch] # yamllint disable-line rule:truthy
|
on: [push, pull_request, workflow_dispatch]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-sporq:
|
build:
|
||||||
runs-on: ubuntu-latest
|
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
|
||||||
container:
|
|
||||||
image: ghcr.io/qmk/qmk_base_container:latest
|
|
||||||
steps:
|
|
||||||
- name: Install Dependencies
|
|
||||||
run: |
|
|
||||||
apt-get update
|
|
||||||
apt-get install nodejs --yes --no-install-recommends
|
|
||||||
echo "${HOME}/.local/bin" >> $GITHUB_PATH
|
|
||||||
python3 -m pip install --user qmk
|
|
||||||
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v3 # needs nodejs
|
|
||||||
|
|
||||||
- name: Build sporq keymap for splitkb/aurora/corne/rev1
|
|
||||||
run: qmk compile -kb splitkb/aurora/corne/rev1 -km sporq
|
|
||||||
|
|
||||||
- name: 'Upload artifacts'
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: firmware.u2f
|
|
||||||
if-no-files-found: ignore
|
|
||||||
path: |
|
|
||||||
*.uf2
|
|
||||||
# *.bin
|
|
||||||
# *.hex
|
|
||||||
# .build/failed.*
|
|
||||||
|
Loading…
Reference in New Issue
Block a user