samples makefile already goes through the subdirs correctly
This commit is contained in:
parent
a0fc95bb15
commit
ccb77735d2
1 changed files with 0 additions and 4 deletions
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.
|
- name: Test that the samples can be built.
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
make SYS=c64 -C samples all
|
|
||||||
make SYS=c64 -C samples clean
|
|
||||||
make SYS=apple2 -C samples
|
make SYS=apple2 -C samples
|
||||||
make SYS=apple2 -C samples clean
|
make SYS=apple2 -C samples clean
|
||||||
make SYS=apple2enh -C samples
|
make SYS=apple2enh -C samples
|
||||||
|
@ -192,8 +190,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
|
||||||
|
|
||||||
# TODO: build samples cbm subdir for all cbm targets
|
|
||||||
|
|
||||||
# TODO: fix targettest Makefile for all currently commented out targets
|
# TODO: fix targettest Makefile for all currently commented out targets
|
||||||
# TODO: build targettest cbm subdir for all cbm targets
|
# TODO: build targettest cbm subdir for all cbm targets
|
||||||
# TODO: build targettest atari subdir for all atari targets
|
# TODO: build targettest atari subdir for all atari targets
|
||||||
|
|
Loading…
Add table
Reference in a new issue