Skip to content
1 change: 1 addition & 0 deletions .ci/monolithic-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .ci/monolithic-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading