Skip to content

Commit

Permalink
Separate more code, Hopefully fix workflow?
Browse files Browse the repository at this point in the history
- Init code
- Level loading code
  • Loading branch information
pgattic committed May 23, 2024
1 parent 42cd22c commit 7ea2e2d
Show file tree
Hide file tree
Showing 6 changed files with 991 additions and 983 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: true

- name: Install dependencies
run: make
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ clean:
make clean -C $(ASM_DIR)

check: $(ROM_NAME).nes
@echo Expected:
@cat $(ROM_NAME).sha1
@sha1sum -c smb.sha1

# Only build assembler if it doesn't already exist. Use its own makefile.
Expand Down
Loading

0 comments on commit 7ea2e2d

Please sign in to comment.