File tree Expand file tree Collapse file tree 6 files changed +11
-0
lines changed Expand file tree Collapse file tree 6 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 2020 fail-fast : false
2121 env :
2222 TARGET : ${{ matrix.targets[0] }}
23+ CTEST_OUTPUT_ON_FAILURE : 1
2324 steps :
2425 - uses : actions/checkout@v2
2526 - name : Install Ninja
Original file line number Diff line number Diff line change 2323 fail-fast : false
2424 env :
2525 TARGET : ${{ matrix.targets[0] }}
26+ CTEST_OUTPUT_ON_FAILURE : 1
2627 steps :
2728 - uses : actions/checkout@v2
2829 - name : Install Ninja
Original file line number Diff line number Diff line change 2222 fail-fast : false
2323 env :
2424 TARGET : ${{ matrix.targets[0] }}
25+ CTEST_OUTPUT_ON_FAILURE : 1
2526 steps :
2627 - uses : actions/checkout@v2
2728 - name : Install Ninja
Original file line number Diff line number Diff line change 1111 # Building using the github runner environement directly.
1212 msvc :
1313 runs-on : windows-latest
14+ env :
15+ CTEST_OUTPUT_ON_FAILURE : 1
1416 steps :
1517 - uses : actions/checkout@v2
1618 - name : Configure
Original file line number Diff line number Diff line change 1111 # Building using the github runner environement directly.
1212 xcode :
1313 runs-on : macos-latest
14+ env :
15+ CTEST_OUTPUT_ON_FAILURE : 1
1416 steps :
1517 - uses : actions/checkout@v2
1618 - name : Check cmake
2527 run : cmake --build build --config Release --target install -v
2628 make :
2729 runs-on : macos-latest
30+ env :
31+ CTEST_OUTPUT_ON_FAILURE : 1
2832 steps :
2933 - uses : actions/checkout@v2
3034 - name : Check cmake
Original file line number Diff line number Diff line change 1111 # Building using the github runner environement directly.
1212 make :
1313 runs-on : ubuntu-latest
14+ env :
15+ CTEST_OUTPUT_ON_FAILURE : 1
1416 steps :
1517 - uses : actions/checkout@v2
1618 - name : Check cmake
You can’t perform that action at this time.
0 commit comments