1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

actually use all targets for the samples dir

This commit is contained in:
mrdudz 2022-01-30 12:49:33 +01:00
parent f82208b009
commit 7a0d630d1b

View File

@ -43,14 +43,14 @@ jobs:
make SYS=atari -C samples clean
make SYS=atarixl -C samples
make SYS=atarixl -C samples clean
# make SYS=atari2600 -C samples
# make SYS=atari2600 -C samples clean
# make SYS=atari5200 -C samples
# make SYS=atari5200 -C samples clean
make SYS=atari2600 -C samples
make SYS=atari2600 -C samples clean
make SYS=atari5200 -C samples
make SYS=atari5200 -C samples clean
make SYS=atmos -C samples
make SYS=atmos -C samples clean
# make SYS=bbc -C samples
# make SYS=bbc -C samples clean
make SYS=bbc -C samples
make SYS=bbc -C samples clean
make SYS=c128 -C samples
make SYS=c128 -C samples clean
make SYS=c16 -C samples
@ -192,7 +192,6 @@ jobs:
- name: Build app (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: fix targettest Makefile for all currently commented out targets