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 =============================