From 3ae209819acc3b0d44051ff277937f2a3922027f Mon Sep 17 00:00:00 2001 From: erris Date: Tue, 10 Mar 2026 15:59:02 +0100 Subject: [PATCH 1/2] Edit .onedev-buildspec.yml --- .onedev-buildspec.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index 8d34497..1062b35 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -9,6 +9,7 @@ jobs: force: false condition: SUCCESSFUL optional: false + jobExecutor: terra-executor triggers: - type: BranchUpdateTrigger branches: main @@ -63,6 +64,7 @@ jobs: artifacts: editor/* open_engine/* condition: SUCCESSFUL optional: false + jobExecutor: luna-executor retryCondition: never maxRetries: 3 retryDelay: 30 From 734caada6c860b818e9e38b75138bbe1ba5648ef Mon Sep 17 00:00:00 2001 From: erris Date: Tue, 10 Mar 2026 17:01:16 +0100 Subject: [PATCH 2/2] Edit .onedev-buildspec.yml --- .onedev-buildspec.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index 1062b35..c30499a 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -41,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 =============================