mirror of
https://github.com/pret/pmd-red.git
synced 2026-07-10 14:27:33 -05:00
Merge branch 'master' of https://github.com/pret/pmd-red
This commit is contained in:
commit
27e8f6dca5
25
.github/workflows/build.yml
vendored
25
.github/workflows/build.yml
vendored
|
|
@ -14,19 +14,26 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@master
|
||||
|
||||
- name: Checkout agbcc
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
path: agbcc
|
||||
repository: pret/agbcc
|
||||
|
||||
- name: Install xdelta and ARM GCC
|
||||
run: |
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install -y xdelta3 gcc-arm-none-eabi
|
||||
sudo apt-get install xdelta3 gcc-arm-none-eabi binutils-arm-none-eabi
|
||||
|
||||
- name: Fetch repo
|
||||
uses: actions/checkout@master
|
||||
|
||||
- name: Load and setup agbcc
|
||||
- name: Install agbcc
|
||||
run: |
|
||||
git clone https://github.com/luckytyphlosion/agbcc.git -b new_layout_with_libs
|
||||
cd agbcc && make -j${nproc} && make install prefix=$GITHUB_WORKSPACE
|
||||
|
||||
./build.sh
|
||||
./install.sh ../
|
||||
working-directory: agbcc
|
||||
|
||||
- name: Build tools and baserom
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user