Skip to content

Commit

Permalink
Add Win32 phase
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Jul 30, 2024
1 parent 81e29dd commit 1c2a393
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
target: surge-xt_Standalone
cmakeConfig: -DCMAKE_BUILD_TYPE=Debug -A x64
runTests: false
- name: "windows msvc 32 bit"
os: windows-latest
target: surge-xt_Standalone
cmakeConfig: -DCMAKE_BUILD_TYPE=Debug -A Win32
runTests: false
- name: "windows clang"
os: windows-latest
target: surge-xt_Standalone
Expand Down

0 comments on commit 1c2a393

Please sign in to comment.