mirror of
https://github.com/cc65/cc65.git
synced 2025-08-10 04:25:21 +00:00
remove programs in util dir before making a snapshot. we might later
decide to leave them there anyway.
This commit is contained in:
@@ -47,7 +47,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Build the tools.
|
- name: Build the tools.
|
||||||
shell: bash
|
shell: bash
|
||||||
run: make -j2 bin USER_CFLAGS=-Werror
|
run: |
|
||||||
|
make -j2 bin USER_CFLAGS=-Werror
|
||||||
|
make -j2 util
|
||||||
- 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
|
||||||
@@ -60,6 +62,9 @@ jobs:
|
|||||||
- 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
|
||||||
|
shell: bash
|
||||||
|
run: make -j2 util clean
|
||||||
- name: Build the document files.
|
- name: Build the document files.
|
||||||
shell: bash
|
shell: bash
|
||||||
run: make -j2 doc
|
run: make -j2 doc
|
||||||
|
Reference in New Issue
Block a user