From 7ab3e7434aa12a58d6467d74aa5d6658d829a55d Mon Sep 17 00:00:00 2001 From: erris Date: Tue, 10 Mar 2026 08:25:18 +0100 Subject: [PATCH] Edit .onedev-buildspec.yml --- .onedev-buildspec.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index 4725d2f..5217792 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -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 =============================