1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-11 05:29:33 +00:00

i'm not patient enough

This commit is contained in:
mrdudz 2023-05-04 20:48:52 +02:00
parent 0369838f24
commit 926d09a14d

View File

@ -66,15 +66,15 @@ jobs:
- name: Build the platform libraries. - name: Build the platform libraries.
shell: bash shell: bash
run: make -j2 lib QUIET=1 run: make -j2 lib QUIET=1
- name: Run the regression tests. # - name: Run the regression tests.
shell: bash # shell: bash
run: make test QUIET=1 # run: make test QUIET=1
- name: Test that the samples can be built. # - name: Test that the samples can be built.
shell: bash # shell: bash
run: make -j2 samples # run: make -j2 samples
- name: Remove the output from the samples tests. # - name: Remove the output from the samples tests.
shell: bash # shell: bash
run: make -C samples clean # run: make -C samples clean
- name: Remove programs in util directory - name: Remove programs in util directory
shell: bash shell: bash
run: make -C util clean run: make -C util clean