Edit .onedev-buildspec.yml

This commit is contained in:
erris
2026-03-11 16:02:31 +01:00
parent 037aefc711
commit 1a5dc70632

View File

@@ -25,6 +25,14 @@ jobs:
timeout: 14400
- name: Compile for Linux
steps:
- type: CheckoutStep
name: Checkout
cloneCredential:
type: DefaultCredential
withLfs: false
withSubmodules: false
condition: SUCCESSFUL
optional: false
- type: SetupCacheStep
name: conan-cache
key: conan-cache-@file:./conanfile.txt@
@@ -36,14 +44,6 @@ jobs:
changeDetectionExcludes: /root/.conan2/p/*/dl /root/.conan2/logs
condition: SUCCESSFUL
optional: true
- type: CheckoutStep
name: Checkout
cloneCredential:
type: DefaultCredential
withLfs: false
withSubmodules: false
condition: SUCCESSFUL
optional: false
- type: CommandStep
name: Compile for Linux
runInContainer: true