Edit .onedev-buildspec.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user