mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-22 16:33:17 +00:00
Update c-cpp.yml
This commit is contained in:
parent
61fff367b6
commit
ebe7678c55
11
.github/workflows/c-cpp.yml
vendored
11
.github/workflows/c-cpp.yml
vendored
@ -22,3 +22,14 @@ jobs:
|
|||||||
# run: make check
|
# run: make check
|
||||||
# - name: make distcheck
|
# - name: make distcheck
|
||||||
# run: make distcheck
|
# run: make distcheck
|
||||||
|
|
||||||
|
buildroot-image:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
repository: 'git://git.busybox.net/buildroot'
|
||||||
|
- name: make defconfig
|
||||||
|
run: make raspberrypi4_defconfig
|
||||||
|
- name: make
|
||||||
|
run: make all
|
||||||
|
Loading…
Reference in New Issue
Block a user