Skip to content

Commit

Permalink
github CI test add poryscript and remove agbcc
Browse files Browse the repository at this point in the history
  • Loading branch information
ravepossum committed Jul 19, 2024
1 parent 0afb193 commit e031a3b
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- master
- main
- upcoming
pull_request:

Expand All @@ -22,12 +22,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Checkout agbcc
uses: actions/checkout@v2
with:
path: agbcc
repository: pret/agbcc

- name: Install binutils
run: |
sudo apt update
Expand All @@ -36,17 +30,18 @@ jobs:
# gcc-arm-none-eabi is only needed for the modern build
# as an alternative to dkP

- name: Install agbcc
run: |
./build.sh
./install.sh ../
working-directory: agbcc
- name: Poryscript Download
uses: robinraju/release-downloader@v1
with:
repository: 'huderlem/poryscript'
latest: true
fileName: 'poryscript-linux.zip'
extract: true

- name: Agbcc
env:
MODERN: 0
COMPARE: 0
run: make -j${nproc} -O all
- name: Poryscript Install
run: |
mv poryscript-linux tools/poryscript
sudo chmod +x tools/poryscript/poryscript
- name: Modern
env:
Expand Down

0 comments on commit e031a3b

Please sign in to comment.