more QUIET=1

This commit is contained in:
mrdudz
2025-06-27 00:10:07 +02:00
parent 0d98ab42f0
commit ecdc59de47
2 changed files with 3 additions and 3 deletions

View File

@@ -59,8 +59,8 @@ jobs:
path: ./html
- name: Build 64-bit Windows versions of the tools.
run: |
make -C src clean
make -j2 bin USER_CFLAGS=-Werror CROSS_COMPILE=x86_64-w64-mingw32-
make -C src clean QUIET=1
make -j2 bin QUIET=1 USER_CFLAGS=-Werror CROSS_COMPILE=x86_64-w64-mingw32-
build_windows:
name: Build and Test (Windows)

View File

@@ -78,7 +78,7 @@ jobs:
- name: Build and package 64-bit Windows versions of the tools.
run: |
make -C src clean QUIET=1
make -j2 bin USER_CFLAGS=-Werror CROSS_COMPILE=x86_64-w64-mingw32-
make -j2 bin QUIET=1 USER_CFLAGS=-Werror CROSS_COMPILE=x86_64-w64-mingw32-
make zip
mv cc65.zip cc65-snapshot-win64.zip
- name: Build and package 32-bit Windows versions of the tools.