Skip to content

Commit

Permalink
CI: Remove sbcv2 and z80-libs since they don't use sdcc any longer
Browse files Browse the repository at this point in the history
Signed-off-by: Tormod Volden <[email protected]>
  • Loading branch information
tormodvolden committed Nov 13, 2023
1 parent 9484c63 commit dde01f1
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false # keep on building even if one target fails
matrix:
target: [appleiie, dragon-nx32, esp32, esp8266, multicomp09, rbc-mark4, rcbus-6502, rcbus-68008, rpipico, sbcv2, sc108, tiny68k, armm0-libc, z80-libc]
target: [appleiie, dragon-nx32, esp32, esp8266, multicomp09, rbc-mark4, rcbus-6502, rcbus-68008, rpipico, sc108, tiny68k, armm0-libc]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
PKGS="gcc-xtensa-lx106 esptool"
echo "target=TARGET=${{ matrix.target }}" >> $GITHUB_ENV
;;
rbc-mark4|sbcv2|sc108)
rbc-mark4|sc108)
PKGS="sdcc"
echo "target=TARGET=${{ matrix.target }}" >> $GITHUB_ENV
echo "sub_target=kernel" >> $GITHUB_ENV
Expand All @@ -64,11 +64,6 @@ jobs:
echo "target=TARGET=${{ matrix.target }}" >> $GITHUB_ENV
echo "sub_target=kernel" >> $GITHUB_ENV
;;
z80-libc)
PKGS="sdcc"
echo "target=USERCPU=z80" >> $GITHUB_ENV
echo "sub_target=libs" >> $GITHUB_ENV
;;
esac
sudo apt-get update -q
sudo apt-get install -y byacc automake ${PKGS}
Expand Down

0 comments on commit dde01f1

Please sign in to comment.