mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-12-22 04:00:11 +09:00
Add debian build
This commit is contained in:
parent
79ef99279b
commit
d482d3ccf9
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -26,4 +26,9 @@ jobs:
|
||||
- name: Configure for Linux
|
||||
run: make ldefconfig
|
||||
- name: Build Linux
|
||||
run: make lbuild
|
||||
run: make lbuild
|
||||
|
||||
- name: Build Debian Root
|
||||
run: |
|
||||
make aptcache &
|
||||
make debian
|
Loading…
Reference in New Issue
Block a user