1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-27 23:22:31 +02:00

Set CTest output on failure (#189)

This commit is contained in:
Guillaume Chatelet 2021-10-26 15:08:38 +02:00 committed by GitHub
parent d4252660a2
commit 55ac9f0556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 0 deletions

View File

@ -20,6 +20,7 @@ jobs:
fail-fast: false
env:
TARGET: ${{ matrix.targets[0] }}
CTEST_OUTPUT_ON_FAILURE: 1
steps:
- uses: actions/checkout@v2
- name: Install Ninja

View File

@ -23,6 +23,7 @@ jobs:
fail-fast: false
env:
TARGET: ${{ matrix.targets[0] }}
CTEST_OUTPUT_ON_FAILURE: 1
steps:
- uses: actions/checkout@v2
- name: Install Ninja

View File

@ -22,6 +22,7 @@ jobs:
fail-fast: false
env:
TARGET: ${{ matrix.targets[0] }}
CTEST_OUTPUT_ON_FAILURE: 1
steps:
- uses: actions/checkout@v2
- name: Install Ninja

View File

@ -11,6 +11,8 @@ jobs:
# Building using the github runner environement directly.
msvc:
runs-on: windows-latest
env:
CTEST_OUTPUT_ON_FAILURE: 1
steps:
- uses: actions/checkout@v2
- name: Configure

View File

@ -11,6 +11,8 @@ jobs:
# Building using the github runner environement directly.
xcode:
runs-on: macos-latest
env:
CTEST_OUTPUT_ON_FAILURE: 1
steps:
- uses: actions/checkout@v2
- name: Check cmake
@ -25,6 +27,8 @@ jobs:
run: cmake --build build --config Release --target install -v
make:
runs-on: macos-latest
env:
CTEST_OUTPUT_ON_FAILURE: 1
steps:
- uses: actions/checkout@v2
- name: Check cmake

View File

@ -11,6 +11,8 @@ jobs:
# Building using the github runner environement directly.
make:
runs-on: ubuntu-latest
env:
CTEST_OUTPUT_ON_FAILURE: 1
steps:
- uses: actions/checkout@v2
- name: Check cmake