We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcbdbd2 commit dbeb7c1Copy full SHA for dbeb7c1
.ci/monolithic-linux.sh
@@ -33,6 +33,7 @@ function at-exit {
33
34
mkdir -p artifacts
35
ccache --print-stats > artifacts/ccache_stats.txt
36
+ cp "${BUILD_DIR}"/.ninja_log artifacts/.ninja_log
37
38
# If building fails there will be no results files.
39
shopt -s nullglob
.ci/monolithic-windows.sh
@@ -32,6 +32,7 @@ function at-exit {
32
sccache --show-stats >> artifacts/sccache_stats.txt
0 commit comments