mirror of
https://github.com/cc65/cc65.git
synced 2024-12-24 11:31:31 +00:00
samples makefile already goes through the subdirs correctly
This commit is contained in:
parent
7a0d630d1b
commit
69346960b8
4
.github/workflows/build-on-pull-request.yml
vendored
4
.github/workflows/build-on-pull-request.yml
vendored
@ -33,8 +33,6 @@ jobs:
|
||||
- name: Test that the samples can be built.
|
||||
shell: bash
|
||||
run: |
|
||||
make SYS=c64 -C samples all
|
||||
make SYS=c64 -C samples clean
|
||||
make SYS=apple2 -C samples
|
||||
make SYS=apple2 -C samples clean
|
||||
make SYS=apple2enh -C samples
|
||||
@ -192,8 +190,6 @@ jobs:
|
||||
- name: Build app (release)
|
||||
run: msbuild src\cc65.sln -t:rebuild -property:Configuration=Release
|
||||
|
||||
# TODO: build samples cbm subdir for all cbm targets
|
||||
|
||||
# TODO: fix targettest Makefile for all currently commented out targets
|
||||
# TODO: build targettest cbm subdir for all cbm targets
|
||||
# TODO: build targettest atari subdir for all atari targets
|
||||
|
Loading…
Reference in New Issue
Block a user