Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 4 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tests/sm83/** linguist-vendored
tests/blargg/** linguist-vendored
tests/acid/** linguist-vendored
tests/mooneye/** linguist-vendored
gb/tests/sm83/** linguist-vendored
gb/tests/blargg/** linguist-vendored
gb/tests/acid/** linguist-vendored
gb/tests/mooneye/** linguist-vendored
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
sudo apt install libwayland-dev libasound2-dev libudev-dev pkg-config

- name: Build release
run: cargo build --release
run: cargo build -p engram-gb --release

- name: Rename binary (Unix)
if: matrix.runner != 'windows-latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
sudo apt install libwayland-dev libasound2-dev libudev-dev pkg-config

- name: Test emulator
run: cargo test
run: cargo test -p engram-gb
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ tests/blargg/*/source/
*.s
mooneye/
*ppu_registers.txt*
*.txt
*.bin
*.sav
*.gba
Loading