Edit .onedev-buildspec.yml

This commit is contained in:
erris
2026-03-10 08:25:18 +01:00
parent fe4b54699b
commit 7ab3e7434a

View File

@@ -40,8 +40,7 @@ jobs:
commands: |
conan profile detect --force
git submodule update --init --recursive
conan install . -o glfw/*:with_wayland=True -o glfw/*:with_x11=False
conan install . -o with_wayland=True -o with_x11=False --output-folder=. --build=missing -s build_type=${BUILD_TYPE}
conan install . -o glfw/*:with_wayland=True -o glfw/*:with_x11=False with_wayland=True -o with_x11=False --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 =============================