diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index c30499a..baa5825 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -24,6 +24,15 @@ jobs: timeout: 14400 - name: Compile for Linux steps: + - type: SetupCacheStep + name: conan-cache + key: conan-cache-@file:conanfile.py@ + paths: + - /root/.conan2 + uploadStrategy: UPLOAD_IF_CHANGED + changeDetectionExcludes: /root/.conan2/p/*/dl /root/.conan2/logs + condition: SUCCESSFUL + optional: true - type: CheckoutStep name: Checkout cloneCredential: @@ -39,9 +48,6 @@ jobs: interpreter: type: DefaultInterpreter commands: | - echo find nethost ================================= - find /usr/share/dotnet -name "nethost.h" - git submodule update --init --recursive conan profile detect --force