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:
parent
28111407a3
commit
ba0c89fc5e
3 changed files with 17 additions and 8 deletions
4
.github/workflows/GnuTests.yml
vendored
4
.github/workflows/GnuTests.yml
vendored
|
@ -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`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue