This commit is contained in:
Erris
2026-03-10 17:06:33 +01:00

View File

@@ -9,6 +9,7 @@ jobs:
force: false force: false
condition: SUCCESSFUL condition: SUCCESSFUL
optional: false optional: false
jobExecutor: terra-executor
triggers: triggers:
- type: BranchUpdateTrigger - type: BranchUpdateTrigger
branches: main branches: main
@@ -40,9 +41,12 @@ jobs:
commands: | commands: |
echo find nethost ================================= echo find nethost =================================
find /usr/share/dotnet -name "nethost.h" find /usr/share/dotnet -name "nethost.h"
conan profile detect --force
git submodule update --init --recursive 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} 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 cmake -S . -G Ninja -B build -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake
echo ====== Building ============================= echo ====== Building =============================
@@ -63,6 +67,7 @@ jobs:
artifacts: editor/* open_engine/* artifacts: editor/* open_engine/*
condition: SUCCESSFUL condition: SUCCESSFUL
optional: false optional: false
jobExecutor: luna-executor
retryCondition: never retryCondition: never
maxRetries: 3 maxRetries: 3
retryDelay: 30 retryDelay: 30