Edit .onedev-buildspec.yml

This commit is contained in:
erris
2026-03-10 08:17:16 +01:00
parent adc6676dc9
commit b69f9c5305

View File

@@ -34,13 +34,13 @@ jobs:
- type: CommandStep
name: Compile for Linux
runInContainer: true
image: erriss/erris-build_tools:V0.4
image: erriss/erris-build_tools:V0.5
interpreter:
type: DefaultInterpreter
commands: |
conan profile detect --force
git submodule update --init --recursive
conan install . --output-folder=. --build=missing -s build_type=${BUILD_TYPE}
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
echo ====== Building =============================