mirror of
https://github.com/cc65/cc65.git
synced 2024-12-26 08:32:00 +00:00
remove workflow comments this obsoletes
This commit is contained in:
parent
76328da682
commit
eb2b013d62
4
.github/workflows/build-on-pull-request.yml
vendored
4
.github/workflows/build-on-pull-request.yml
vendored
@ -72,7 +72,3 @@ jobs:
|
|||||||
|
|
||||||
- name: Build app (release)
|
- name: Build app (release)
|
||||||
run: msbuild src\cc65.sln -t:rebuild -property:Configuration=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.
|
|
||||||
|
@ -29,10 +29,6 @@ jobs:
|
|||||||
- name: Build app (release)
|
- name: Build app (release)
|
||||||
run: msbuild src\cc65.sln -t:rebuild -property:Configuration=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:
|
build_linux:
|
||||||
name: Build, Test, and Snapshot (Linux)
|
name: Build, Test, and Snapshot (Linux)
|
||||||
if: github.repository == 'cc65/cc65'
|
if: github.repository == 'cc65/cc65'
|
||||||
|
Loading…
Reference in New Issue
Block a user