mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-25 20:33:35 +00:00
Update c-cpp.yml
Disable buildroot image. its not ready for use yet, and takes forever.
This commit is contained in:
parent
377da587b7
commit
4bb539ed72
25
.github/workflows/c-cpp.yml
vendored
25
.github/workflows/c-cpp.yml
vendored
@ -23,17 +23,14 @@ jobs:
|
||||
# - name: make distcheck
|
||||
# run: make distcheck
|
||||
|
||||
buildroot-image:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: git-fetch buildroot
|
||||
run: git clone git://git.busybox.net/buildroot
|
||||
# - uses: actions/checkout@v2
|
||||
# with:
|
||||
# repository: 'git://git.busybox.net/buildroot'
|
||||
- name: make defconfig
|
||||
run: make raspberrypi4_defconfig
|
||||
working-directory: ./buildroot
|
||||
- name: make
|
||||
run: make all
|
||||
working-directory: ./buildroot
|
||||
# buildroot-image:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - name: git-fetch buildroot
|
||||
# run: git clone git://git.busybox.net/buildroot
|
||||
# - name: make defconfig
|
||||
# run: make raspberrypi4_defconfig
|
||||
# working-directory: ./buildroot
|
||||
# - name: make
|
||||
# run: make all
|
||||
# working-directory: ./buildroot
|
||||
|
Loading…
Reference in New Issue
Block a user