Edit .onedev-buildspec.yml
This commit is contained in:
@@ -25,6 +25,14 @@ jobs:
|
|||||||
timeout: 14400
|
timeout: 14400
|
||||||
- name: Compile for Linux
|
- name: Compile for Linux
|
||||||
steps:
|
steps:
|
||||||
|
- type: CheckoutStep
|
||||||
|
name: Checkout
|
||||||
|
cloneCredential:
|
||||||
|
type: DefaultCredential
|
||||||
|
withLfs: false
|
||||||
|
withSubmodules: false
|
||||||
|
condition: SUCCESSFUL
|
||||||
|
optional: false
|
||||||
- type: SetupCacheStep
|
- type: SetupCacheStep
|
||||||
name: conan-cache
|
name: conan-cache
|
||||||
key: conan-cache-@file:./conanfile.txt@
|
key: conan-cache-@file:./conanfile.txt@
|
||||||
@@ -36,14 +44,6 @@ jobs:
|
|||||||
changeDetectionExcludes: /root/.conan2/p/*/dl /root/.conan2/logs
|
changeDetectionExcludes: /root/.conan2/p/*/dl /root/.conan2/logs
|
||||||
condition: SUCCESSFUL
|
condition: SUCCESSFUL
|
||||||
optional: true
|
optional: true
|
||||||
- type: CheckoutStep
|
|
||||||
name: Checkout
|
|
||||||
cloneCredential:
|
|
||||||
type: DefaultCredential
|
|
||||||
withLfs: false
|
|
||||||
withSubmodules: false
|
|
||||||
condition: SUCCESSFUL
|
|
||||||
optional: false
|
|
||||||
- type: CommandStep
|
- type: CommandStep
|
||||||
name: Compile for Linux
|
name: Compile for Linux
|
||||||
runInContainer: true
|
runInContainer: true
|
||||||
|
|||||||
Reference in New Issue
Block a user