and another
This commit is contained in:
4
.github/workflows/build-on-pull-request.yml
vendored
4
.github/workflows/build-on-pull-request.yml
vendored
@@ -36,8 +36,8 @@ jobs:
|
|||||||
- name: Test that the targettest programs can be built.
|
- name: Test that the targettest programs can be built.
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
make SYS=c64 all
|
make SYS=c64 -C targettest all
|
||||||
make SYS=c64 clean
|
make SYS=c64 -C targettest clean
|
||||||
make SYS=apple2 -C targettest
|
make SYS=apple2 -C targettest
|
||||||
make SYS=apple2 -C targettest clean
|
make SYS=apple2 -C targettest clean
|
||||||
make SYS=apple2enh -C targettest
|
make SYS=apple2enh -C targettest
|
||||||
|
|||||||
Reference in New Issue
Block a user