Skip to content

Commit

Permalink
ci: Add CTEST_OUTPUT_ON_FAILURE=1 variable env
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Sep 4, 2024
1 parent efb2c36 commit 175af3c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/amd64_windows_cmake_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
fail-fast: false
name: Windows • ${{ matrix.cmake.generator }} (${{ matrix.cmake.config }}) • C++
runs-on: windows-latest
env:
CTEST_OUTPUT_ON_FAILURE=1
steps:
- uses: actions/checkout@v4
- name: Check cmake
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/amd64_windows_cmake_dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
fail-fast: false
name: Windows • ${{ matrix.cmake.generator }} • .Net
runs-on: windows-latest
env:
CTEST_OUTPUT_ON_FAILURE=1
steps:
- uses: actions/checkout@v4
- name: Setup .NET 6.0
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/amd64_windows_cmake_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
fail-fast: false
name: Windows • ${{ matrix.cmake.generator }} • ${{ matrix.java.distrib }}-${{ matrix.java.version }}
runs-on: windows-latest
env:
CTEST_OUTPUT_ON_FAILURE=1
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/amd64_windows_cmake_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
fail-fast: false
name: Windows • ${{ matrix.cmake.generator }} • Python-${{ matrix.python.version }}
runs-on: windows-latest
env:
CTEST_OUTPUT_ON_FAILURE=1
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 175af3c

Please sign in to comment.