From 7a0d630d1b2ca503ba0d39fcbd8dcd508a105bdd Mon Sep 17 00:00:00 2001 From: mrdudz Date: Sun, 30 Jan 2022 12:49:33 +0100 Subject: [PATCH] actually use all targets for the samples dir --- .github/workflows/build-on-pull-request.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-on-pull-request.yml b/.github/workflows/build-on-pull-request.yml index 9d6166e02..bb343a9ff 100644 --- a/.github/workflows/build-on-pull-request.yml +++ b/.github/workflows/build-on-pull-request.yml @@ -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