Merge pull request #2101 from bbbradsmith/split2092-windows-test-manual

workflow for manually dispatched Windows build and test
This commit is contained in:
Bob Andrews
2023-05-06 21:23:50 +02:00
committed by GitHub
3 changed files with 51 additions and 0 deletions

View File

@@ -29,6 +29,10 @@ 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.
build_linux:
name: Build, Test, and Snapshot (Linux)
if: github.repository == 'cc65/cc65'