Skip to content

Commit

Permalink
New qmk cli
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed May 21, 2023
1 parent 4f19db3 commit 6356cf8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: qmkfm/qmk_firmware
image: qmkfm/qmk_cli
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: |
qmk setup --yes
qmk compile qmk-config.json
cp /qmk_firmware/*.hex .
- name: Release
Expand Down
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
image:
name: qmkfm/qmk_firmware
name: qmkfm/qmk_cli

stages:
- build

build:
stage: build
script:
- qmk setup --yes
- qmk compile qmk-config.json
- cp /qmk_firmware/*.hex .
artifacts:
Expand Down

0 comments on commit 6356cf8

Please sign in to comment.