summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2021-10-22 09:16:41 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2021-10-22 15:44:36 +0100
commit8b5cd5f9063aba702ba2af54c62ac2fde769d819 (patch)
treeaf8eee907428af2e69da8c31d27c8e508c91c289
parentcbbeb4298a30023ff9be33dd93e2a88f6ac46be8 (diff)
downloadswig-8b5cd5f9063aba702ba2af54c62ac2fde769d819.tar.gz
GHA: cleaner output
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e28e344b5..0e08a5f06 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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