Merge branch 'main' of https://git.anfer.fr/OpenEngine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user