diff options
| author | Mika T. Lindqvist <postmaster@raasu.org> | 2026-02-18 19:41:16 +0200 |
|---|---|---|
| committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2026-02-18 21:02:57 +0100 |
| commit | f35af799903597f5913df1f29d83f1fe5a5cb7ae (patch) | |
| tree | 34c1bf9e53c0a7836760f806c6a8cb784306ab42 | |
| parent | 2ab522d1ae4b021e5478c52e8379fa2b51d92e78 (diff) | |
| download | Project-Tick-f35af799903597f5913df1f29d83f1fe5a5cb7ae.tar.gz Project-Tick-f35af799903597f5913df1f29d83f1fe5a5cb7ae.zip | |
[CI] Retain CMake configure log if configuring fails
* We need to add CMakeConfigureLog.yaml to build artifacts to diagnose configuration failures
| -rw-r--r-- | .github/workflows/cmake.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 799341e35f..22eeeaa949 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -913,6 +913,7 @@ jobs: with: name: ${{ matrix.name }} (cmake) path: | + **/CMakeFiles/CMakeConfigureLog.yaml **/CMakeFiles/CMakeOutput.log **/CMakeFiles/CMakeError.log **/Testing/Temporary/* |
