1
0
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:
mrdudz
2022-02-05 17:44:32 +01:00
parent afe9d6a2eb
commit b3217ccb03

View File

@@ -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