Skip to content

Commit

Permalink
Cleanup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Jul 4, 2024
1 parent c3e95d9 commit dc3e2ad
Show file tree
Hide file tree
Showing 13 changed files with 45 additions and 762 deletions.
50 changes: 0 additions & 50 deletions .github/workflows/api.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/auto_approve.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/auto_tag.yml

This file was deleted.

45 changes: 45 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: Build firmware
on:
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
workflow_dispatch:


jobs:
build-firmware:
runs-on: ubuntu-latest
container: qmkfm/qmk_cli
strategy:
fail-fast: false
matrix:
keyboard:
- zsa/ergodox_ez/m32u4/base
- zsa/ergodox_ez/m32u4/shine
- zsa/ergodox_ez/m32u4/glow
- zsa/ergodox_ez/stm32/base
- zsa/ergodox_ez/stm32/shine
- zsa/ergodox_ez/stm32/glow
- zsa/moonlander
- /zsa/planck_ez/base
- /zsa/planck_ez/glow
- zsa/voyager
keymap:
- default
- oryx

steps:
- name: Checkout QMK Firmware
uses: actions/checkout@v4
with:
fetch-depth: 1
persist-credentials: false
submodules: true

- name: Build
id: build
run: |
qmk compile -kb ${{ matrix.keyboard}} -km ${{ matrix.keymap }}
123 changes: 0 additions & 123 deletions .github/workflows/ci_build_major_branch.yml

This file was deleted.

Loading

0 comments on commit dc3e2ad

Please sign in to comment.