Merge branch 'main' of https://git.anfer.fr/OpenEngine
This commit is contained in:
@@ -9,6 +9,7 @@ jobs:
|
||||
force: false
|
||||
condition: SUCCESSFUL
|
||||
optional: false
|
||||
jobExecutor: terra-executor
|
||||
triggers:
|
||||
- type: BranchUpdateTrigger
|
||||
branches: main
|
||||
@@ -40,9 +41,12 @@ jobs:
|
||||
commands: |
|
||||
echo find nethost =================================
|
||||
find /usr/share/dotnet -name "nethost.h"
|
||||
conan profile detect --force
|
||||
|
||||
git submodule update --init --recursive
|
||||
|
||||
conan profile detect --force
|
||||
conan install . -c tools.system.package_manager:mode=install --output-folder=build --build=missing -s build_type=${BUILD_TYPE}
|
||||
|
||||
cmake -S . -G Ninja -B build -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake
|
||||
|
||||
echo ====== Building =============================
|
||||
@@ -63,6 +67,7 @@ jobs:
|
||||
artifacts: editor/* open_engine/*
|
||||
condition: SUCCESSFUL
|
||||
optional: false
|
||||
jobExecutor: luna-executor
|
||||
retryCondition: never
|
||||
maxRetries: 3
|
||||
retryDelay: 30
|
||||
|
||||
Reference in New Issue
Block a user