mirror of
https://github.com/cc65/cc65.git
synced 2025-08-10 04:25:21 +00:00
build util dir when testing
This commit is contained in:
4
.github/workflows/build-on-pull-request.yml
vendored
4
.github/workflows/build-on-pull-request.yml
vendored
@@ -23,7 +23,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
|
||||||
|
Reference in New Issue
Block a user