From fe4b54699b08d9911447879607cdcc37edd5b7f2 Mon Sep 17 00:00:00 2001 From: erris Date: Tue, 10 Mar 2026 08:23:05 +0100 Subject: [PATCH] Edit .onedev-buildspec.yml --- .onedev-buildspec.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index 8f30ae4..4725d2f 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -40,6 +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} cmake -S . -G Ninja -B build -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake