diff --git a/.ci/monolithic-linux.sh b/.ci/monolithic-linux.sh index 13c7a93c364d..6461c9d40ad5 100755 --- a/.ci/monolithic-linux.sh +++ b/.ci/monolithic-linux.sh @@ -33,6 +33,7 @@ function at-exit { mkdir -p artifacts ccache --print-stats > artifacts/ccache_stats.txt + cp "${BUILD_DIR}"/.ninja_log artifacts/.ninja_log # If building fails there will be no results files. shopt -s nullglob diff --git a/.ci/monolithic-windows.sh b/.ci/monolithic-windows.sh index 8ccc875609a3..2968bc8c8702 100755 --- a/.ci/monolithic-windows.sh +++ b/.ci/monolithic-windows.sh @@ -32,6 +32,7 @@ function at-exit { mkdir -p artifacts sccache --show-stats >> artifacts/sccache_stats.txt + cp "${BUILD_DIR}"/.ninja_log artifacts/.ninja_log # If building fails there will be no results files. shopt -s nullglob