chore: CI: be more verbose

This commit is contained in:
Sebastian Ullrich 2021-01-02 13:48:02 +01:00
parent eaf368b06b
commit 28210c8474

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
defaults:
run:
shell: ${{ matrix.shell || 'nix-shell --run "bash -euo pipefail {0}"' }}
shell: ${{ matrix.shell || 'nix-shell --run "bash -euxo pipefail {0}"' }}
strategy:
matrix:
include:
@ -22,7 +22,7 @@ jobs:
- name: Linux release
os: ubuntu-latest
CMAKE_OPTIONS: -DSTATIC=ON
shell: nix-shell --arg pkgs "import (fetchTarball \"channel:nixos-19.03\") {{}}" --argstr llvmPackages latest --run "bash -euo pipefail {0}"
shell: nix-shell --arg pkgs "import (fetchTarball \"channel:nixos-19.03\") {{}}" --argstr llvmPackages latest --run "bash -euxo pipefail {0}"
- name: Linux
os: ubuntu-latest
check-stage3: true