CI: set pipefail Linux build action.
This commit is contained in:
committed by
Adrián Insaurralde Avalos
parent
8428b90c14
commit
bbc6706786
@@ -48,6 +48,7 @@ runs:
|
||||
id: build
|
||||
shell: bash -l {0}
|
||||
run: |
|
||||
set -o pipefail
|
||||
(stdbuf -oL -eL cmake --build ${{ inputs.builddir }} -j$(nproc) ${{ inputs.extraParameters }}) \
|
||||
2> >(tee -a ${{ inputs.errorFile }}) | tee -a ${{ inputs.logFile }}
|
||||
- name: Write report
|
||||
|
||||
Reference in New Issue
Block a user