1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

build-gnu.sh: build in debug by default. Easier for local dev

This commit is contained in:
Sylvestre Ledru 2023-12-16 15:06:58 +01:00
parent 28111407a3
commit ba0c89fc5e
3 changed files with 17 additions and 8 deletions

View file

@ -116,7 +116,7 @@ jobs:
run: |
## Build binaries
cd '${{ steps.vars.outputs.path_UUTILS }}'
bash util/build-gnu.sh
bash util/build-gnu.sh --release-build
- name: Run GNU tests
shell: bash
run: |
@ -354,7 +354,7 @@ jobs:
run: |
## Build binaries
cd uutils
UU_MAKE_PROFILE=debug bash util/build-gnu.sh
bash util/build-gnu.sh
- name: Run GNU tests
run: bash uutils/util/run-gnu-test.sh
- name: Generate coverage data (via `grcov`)