From 87af2e752edb12340fecc654b913167efaca14c3 Mon Sep 17 00:00:00 2001 From: erris Date: Tue, 10 Mar 2026 11:43:36 +0100 Subject: [PATCH 1/2] Edit .onedev-buildspec.yml --- .onedev-buildspec.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index eeedbb8..225b9bf 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -38,6 +38,7 @@ jobs: interpreter: type: DefaultInterpreter commands: | + find /usr/share/dotnet -name "nethost.h" conan profile detect --force git submodule update --init --recursive conan install . -c tools.system.package_manager:mode=install --output-folder=build --build=missing -s build_type=${BUILD_TYPE} From 6a858f49e672cfac12b3dd215dc2b1c47c880957 Mon Sep 17 00:00:00 2001 From: erris Date: Tue, 10 Mar 2026 11:55:16 +0100 Subject: [PATCH 2/2] Edit .onedev-buildspec.yml --- .onedev-buildspec.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index 225b9bf..8d34497 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -38,6 +38,7 @@ jobs: interpreter: type: DefaultInterpreter commands: | + echo find nethost ================================= find /usr/share/dotnet -name "nethost.h" conan profile detect --force git submodule update --init --recursive @@ -46,12 +47,6 @@ jobs: echo ====== Building ============================= cmake --build build --config ${BUILD_TYPE} - - echo ====== ls =================================== - ls -la - - echo ====== ls build ============================= - ls build -la envVars: - name: BUILD_TYPE value: Debug