Use build.sh

pull/25/head
probonopd 2 years ago committed by GitHub
parent d32871dfba
commit 34779f470a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 15
      .github/workflows/build.yml

@ -26,18 +26,9 @@ jobs:
- name: Build circle-stdlib library
run: |
export PATH=$(readlink -f ./gcc-*/bin/):$PATH
cd circle-stdlib/
# git submodule update --init --recursive
./configure -r 4 --prefix "aarch64-none-elf-"
# ( cd libs/circle ; git submodule update --init --recursive ) # FIXME: Find a way without the need for this
make -j$(nproc)
cd ..
- name: Build MiniDexed
run: |
export PATH=$(readlink -f ./gcc-*/bin/):$PATH
cd src
make -j$(nproc)
ls *.img
RPI=4 bash -ex build.sh
RPI=3 bash -ex build.sh
ls src/*.img
- name: Get Raspberry Pi boot files
run: |
export PATH=$(readlink -f ./gcc-*/bin/):$PATH

Loading…
Cancel
Save