Merge branch 'main' of https://git.anfer.fr/OpenEngine
This commit is contained in:
@@ -24,6 +24,15 @@ jobs:
|
|||||||
timeout: 14400
|
timeout: 14400
|
||||||
- name: Compile for Linux
|
- name: Compile for Linux
|
||||||
steps:
|
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
|
- type: CheckoutStep
|
||||||
name: Checkout
|
name: Checkout
|
||||||
cloneCredential:
|
cloneCredential:
|
||||||
@@ -39,9 +48,6 @@ jobs:
|
|||||||
interpreter:
|
interpreter:
|
||||||
type: DefaultInterpreter
|
type: DefaultInterpreter
|
||||||
commands: |
|
commands: |
|
||||||
echo find nethost =================================
|
|
||||||
find /usr/share/dotnet -name "nethost.h"
|
|
||||||
|
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
||||||
conan profile detect --force
|
conan profile detect --force
|
||||||
|
|||||||
Reference in New Issue
Block a user