Edit .onedev-buildspec.yml

This commit is contained in:
erris
2026-03-10 08:40:17 +01:00
parent 8db8ca679e
commit a84b35c105

View File

@@ -40,7 +40,7 @@ jobs:
commands: |
conan profile detect --force
git submodule update --init --recursive
conan install . -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True --output-folder=. --build=missing -s build_type=${BUILD_TYPE}
conan install . --output-folder=. --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 =============================