mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-22 01:18:44 -05:00
workflows ccache test 24
This commit is contained in:
@@ -154,7 +154,6 @@ jobs:
|
||||
echo "::group::Prepare ccache config"
|
||||
ccache --set-config max_size=600M
|
||||
ccache --set-config sloppiness=pch_defines,time_macros
|
||||
ccache --set-config debug_dir=D:/ccache/
|
||||
ccache --show-config
|
||||
echo "::endgroup::"
|
||||
|
||||
@@ -162,10 +161,6 @@ jobs:
|
||||
ccache --zero-stats
|
||||
echo "::endgroup::"
|
||||
|
||||
echo "::group::Enable ccache debugging"
|
||||
Write-Output 'CCACHE_DEBUG=1' | Out-File -FilePath $env:GITHUB_ENV -Append
|
||||
echo "::endgroup::"
|
||||
|
||||
- name: vcpkg set-up environment
|
||||
run: |
|
||||
Write-Output "VCPKG_ROOT=${env:VCPKG_INSTALLATION_ROOT}" | `
|
||||
@@ -204,11 +199,6 @@ jobs:
|
||||
run: >-
|
||||
cmake --build ../TinyORM-builds-cmake/build-msvc-cmake-debug --target all --parallel 2
|
||||
|
||||
- name: Setup tmate session
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
with:
|
||||
limit-access-to-actor: true
|
||||
|
||||
- name: Ccache statistics
|
||||
run: |
|
||||
ccache.exe --show-stats -vv
|
||||
|
||||
Reference in New Issue
Block a user