summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMika T. Lindqvist <postmaster@raasu.org>2026-02-18 19:41:16 +0200
committerHans Kristian Rosbach <hk-github@circlestorm.org>2026-02-18 21:02:57 +0100
commitf35af799903597f5913df1f29d83f1fe5a5cb7ae (patch)
tree34c1bf9e53c0a7836760f806c6a8cb784306ab42 /.github
parent2ab522d1ae4b021e5478c52e8379fa2b51d92e78 (diff)
downloadProject-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
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cmake.yml1
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/*