1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-12 12:29:32 +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.
shell: bash
run: make -j2 bin USER_CFLAGS=-Werror
run: |
make -j2 bin USER_CFLAGS=-Werror
make -j2 util
- name: Build the platform libraries.
shell: bash
run: make -j2 lib QUIET=1