lotus: Try to build on GH Actions
Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
parent
90ce2e0811
commit
0ee94f8fcf
41
.github/workflows/lotus.yml
vendored
Normal file
41
.github/workflows/lotus.yml
vendored
Normal file
@ -0,0 +1,41 @@
|
||||
name: Build Lotus Firmware
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
- lotus
|
||||
|
||||
jobs:
|
||||
lotus-build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
container: qmkfm/qmk_cli
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip3 install -r requirements-dev.txt
|
||||
|
||||
- name: Build Lotus
|
||||
run: qmk compile -kb lotus -km default
|
||||
|
||||
# tests:
|
||||
# runs-on: ubuntu-latest
|
||||
#
|
||||
# container: qmkfm/qmk_cli
|
||||
#
|
||||
# steps:
|
||||
# - uses: actions/checkout@v3
|
||||
# with:
|
||||
# submodules: recursive
|
||||
#
|
||||
# - name: Install dependencies
|
||||
# run: pip3 install -r requirements-dev.txt
|
||||
#
|
||||
# - name: Run tests
|
||||
# run: make test:all
|
||||
Loading…
x
Reference in New Issue
Block a user