mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-12-22 12:10:12 +09:00
Adjust format
This commit is contained in:
parent
65afaac673
commit
ac172d4ba0
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -39,6 +39,7 @@ jobs:
|
||||
- sh4
|
||||
- sh5
|
||||
- sh6
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
@ -47,7 +48,6 @@ jobs:
|
||||
run: sudo rm /etc/apt/sources.list.d/github_git-lfs.*
|
||||
- name: Install deps
|
||||
run: sudo apt update && sudo apt install build-essential bison flex libncurses5-dev gcc-arm-linux-gnueabi qemu-user-static debootstrap
|
||||
|
||||
- name: Build nkbin-maker
|
||||
run: make nkbin-maker
|
||||
- name: Configure for U-Boot
|
||||
@ -56,7 +56,6 @@ jobs:
|
||||
run: make ubuild
|
||||
- name: Generate NK.bin
|
||||
run: make nk.bin
|
||||
|
||||
- name: Configure for Linux
|
||||
run: make ldefconfig
|
||||
- name: Build Linux
|
||||
@ -68,6 +67,7 @@ jobs:
|
||||
# -rule 'local=localhost:65432, remote=ftp.us.debian.org' \
|
||||
# -rule 'local=localhost:65433, remote=security.debian.org' &
|
||||
# make debian
|
||||
|
||||
- name: Setup releases
|
||||
id: release_name
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user