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

build util dir when testing

This commit is contained in:
mrdudz 2022-02-05 17:44:32 +01:00
parent bcc03acfc8
commit 0046d8ec5c

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