workflow for manually dispatched Windows build and test

This commit is contained in:
bbbradsmith
2023-05-05 22:05:10 -04:00
parent a325c95652
commit a022f7203d
3 changed files with 51 additions and 0 deletions

View File

@@ -67,3 +67,7 @@ jobs:
- name: Build app (release)
run: msbuild src\cc65.sln -t:rebuild -property:Configuration=Release
# The regression tests are currently too slow to run for this Windows build,
# but the "Windows Test Manual" workflow (windows-test-manual.yml) can by
# manually dispatched from the Actions menu to test as needed.