mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
actually use all targets for the samples dir
This commit is contained in:
parent
f82208b009
commit
7a0d630d1b
13
.github/workflows/build-on-pull-request.yml
vendored
13
.github/workflows/build-on-pull-request.yml
vendored
@ -43,14 +43,14 @@ jobs:
|
|||||||
make SYS=atari -C samples clean
|
make SYS=atari -C samples clean
|
||||||
make SYS=atarixl -C samples
|
make SYS=atarixl -C samples
|
||||||
make SYS=atarixl -C samples clean
|
make SYS=atarixl -C samples clean
|
||||||
# make SYS=atari2600 -C samples
|
make SYS=atari2600 -C samples
|
||||||
# make SYS=atari2600 -C samples clean
|
make SYS=atari2600 -C samples clean
|
||||||
# make SYS=atari5200 -C samples
|
make SYS=atari5200 -C samples
|
||||||
# make SYS=atari5200 -C samples clean
|
make SYS=atari5200 -C samples clean
|
||||||
make SYS=atmos -C samples
|
make SYS=atmos -C samples
|
||||||
make SYS=atmos -C samples clean
|
make SYS=atmos -C samples clean
|
||||||
# make SYS=bbc -C samples
|
make SYS=bbc -C samples
|
||||||
# make SYS=bbc -C samples clean
|
make SYS=bbc -C samples clean
|
||||||
make SYS=c128 -C samples
|
make SYS=c128 -C samples
|
||||||
make SYS=c128 -C samples clean
|
make SYS=c128 -C samples clean
|
||||||
make SYS=c16 -C samples
|
make SYS=c16 -C samples
|
||||||
@ -192,7 +192,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: fix samples Makefile for all currently commented out targets
|
|
||||||
# TODO: build samples cbm subdir for all cbm targets
|
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user