Update c-cpp.yml

This commit is contained in:
akuker 2020-08-06 15:49:39 -05:00 committed by GitHub
parent 61fff367b6
commit ebe7678c55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,3 +22,14 @@ jobs:
# run: make check
# - name: 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