Skip to content

Commit

Permalink
Set target for CI build
Browse files Browse the repository at this point in the history
Only build game boy emulator itself because the unit tests currently don't build with clang-tidy.
  • Loading branch information
dariusarnold committed Mar 30, 2023
1 parent aef8a95 commit 4cc4af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:

- name: Build
shell: bash
run: cmake --build --preset release
run: cmake --build --preset release --target game_boy_emulator

0 comments on commit 4cc4af7

Please sign in to comment.