mirror of
https://github.com/cc65/cc65.git
synced 2025-03-01 11:29:27 +00:00
and another
This commit is contained in:
parent
f2ac6796aa
commit
8867d55b83
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user