more QUIET=1
This commit is contained in:
4
.github/workflows/build-on-pull-request.yml
vendored
4
.github/workflows/build-on-pull-request.yml
vendored
@@ -59,8 +59,8 @@ jobs:
|
|||||||
path: ./html
|
path: ./html
|
||||||
- name: Build 64-bit Windows versions of the tools.
|
- name: Build 64-bit Windows versions of the tools.
|
||||||
run: |
|
run: |
|
||||||
make -C src clean
|
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-
|
||||||
|
|
||||||
build_windows:
|
build_windows:
|
||||||
name: Build and Test (Windows)
|
name: Build and Test (Windows)
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ jobs:
|
|||||||
- name: Build and package 64-bit Windows versions of the tools.
|
- name: Build and package 64-bit Windows versions of the tools.
|
||||||
run: |
|
run: |
|
||||||
make -C src clean QUIET=1
|
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
|
make zip
|
||||||
mv cc65.zip cc65-snapshot-win64.zip
|
mv cc65.zip cc65-snapshot-win64.zip
|
||||||
- name: Build and package 32-bit Windows versions of the tools.
|
- name: Build and package 32-bit Windows versions of the tools.
|
||||||
|
|||||||
Reference in New Issue
Block a user