GHA: cleaner output
This commit is contained in:
parent
cbbeb4298a
commit
8b5cd5f906
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -244,8 +244,8 @@ jobs:
|
|||
|
||||
- name: Configure
|
||||
run: |
|
||||
set -x
|
||||
source $GITHUB_WORKSPACE/Tools/CI-linux-environment.sh
|
||||
set -x
|
||||
|
||||
if test -n "$CPP11"; then export CPPSTD=c++11 && export CSTD=c11; fi
|
||||
if test -n "$CPP14"; then export CPPSTD=c++14 && export CSTD=c11; fi
|
||||
|
|
@ -273,8 +273,8 @@ jobs:
|
|||
- name: Test
|
||||
working-directory: build/build
|
||||
run: |
|
||||
set -x
|
||||
source $GITHUB_WORKSPACE/Tools/CI-linux-environment.sh
|
||||
set -x
|
||||
|
||||
if test -z "$SWIGLANG"; then make $SWIGJOBS check-ccache; fi
|
||||
if test -z "$SWIGLANG"; then make $SWIGJOBS check-errors-test-suite; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue