Skip to content

Commit

Permalink
reformat build-and-release.yml, fix assemble-all.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
c-sp committed Feb 25, 2024
1 parent 1d29a2f commit 724f940
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,12 @@ jobs:
strategy:
fail-fast: false
matrix:
suite: [ blargg-roms, gambatte-roms, mooneye-test-suite-wilbertpol, rtc3test, scribbltests ]
suite:
- blargg-roms
- gambatte-roms
- mooneye-test-suite-wilbertpol
- rtc3test
- scribbltests
steps:
- uses: actions/checkout@v4
- run: |
Expand Down
2 changes: 2 additions & 0 deletions src/assemble-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ SCRIPT_DIR=$(dirname "$0")
"$SCRIPT_DIR/assemble.sh" mooneye-test-suite-wilbertpol
"$SCRIPT_DIR/assemble.sh" rtc3test
"$SCRIPT_DIR/assemble.sh" same-suite
"$SCRIPT_DIR/assemble.sh" scribbltests
"$SCRIPT_DIR/assemble.sh" strikethrough
"$SCRIPT_DIR/assemble.sh" turtle-tests

"$SCRIPT_DIR/assemble.sh" release-zip master.zip

0 comments on commit 724f940

Please sign in to comment.