Use build.sh

pull/25/head
probonopd 3 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 - name: Build circle-stdlib library
run: | run: |
export PATH=$(readlink -f ./gcc-*/bin/):$PATH export PATH=$(readlink -f ./gcc-*/bin/):$PATH
cd circle-stdlib/ RPI=4 bash -ex build.sh
# git submodule update --init --recursive RPI=3 bash -ex build.sh
./configure -r 4 --prefix "aarch64-none-elf-" ls src/*.img
# ( 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
- name: Get Raspberry Pi boot files - name: Get Raspberry Pi boot files
run: | run: |
export PATH=$(readlink -f ./gcc-*/bin/):$PATH export PATH=$(readlink -f ./gcc-*/bin/):$PATH

Loading…
Cancel
Save