mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-24 03:30:55 +00:00
Save binary log for MSBuild
this should let us inspect things in more detail, and hopefully explain why things are being rebuilt.
This commit is contained in:
parent
dd11db2228
commit
0214e70333
1 changed files with 2 additions and 1 deletions
|
|
@ -995,7 +995,7 @@ Windows_Ninja_CacheInit:
|
|||
- cd MSVC2022_64
|
||||
- Get-Volume
|
||||
- $env:CCACHE_IGNOREHEADERS = "$(Get-Location)\deps"
|
||||
- cmake --build . --config $config --target ($targets.Split(' '))
|
||||
- cmake --build . --config $config --target ($targets.Split(' ')) -- /bl
|
||||
- ccache --show-stats -vv
|
||||
- cd $config
|
||||
- echo "CI_COMMIT_REF_NAME ${CI_COMMIT_REF_NAME}`r`nCI_JOB_ID ${CI_JOB_ID}`r`nCI_COMMIT_SHA ${CI_COMMIT_SHA}" | Out-File -Encoding UTF8 CI-ID.txt
|
||||
|
|
@ -1048,6 +1048,7 @@ Windows_Ninja_CacheInit:
|
|||
- "*.log"
|
||||
- MSVC2022_64/*.log
|
||||
- MSVC2022_64/**/*.log
|
||||
- MSVC2022_64/*.binlog
|
||||
- "*_to-be-merged.txt"
|
||||
variables:
|
||||
CCACHE_SIZE: 2.5G
|
||||
|
|
|
|||
Loading…
Reference in a new issue