Edit .onedev-buildspec.yml

This commit is contained in:
erris
2026-03-11 16:00:16 +01:00
parent 61bc9f032d
commit 037aefc711

View File

@@ -27,10 +27,12 @@ jobs:
steps: steps:
- type: SetupCacheStep - type: SetupCacheStep
name: conan-cache name: conan-cache
key: conan-cache-@file:conanfile.txt@ key: conan-cache-@file:./conanfile.txt@
loadKeys:
- conan-{{ build.target }}
paths: paths:
- /root/.conan2 - /root/.conan2
uploadStrategy: UPLOAD_IF_CHANGED uploadStrategy: UPLOAD_IF_NOT_HIT
changeDetectionExcludes: /root/.conan2/p/*/dl /root/.conan2/logs changeDetectionExcludes: /root/.conan2/p/*/dl /root/.conan2/logs
condition: SUCCESSFUL condition: SUCCESSFUL
optional: true optional: true