options now from profiles

This commit is contained in:
2026-02-22 00:22:51 +01:00
committed by Romain BOULLARD
parent c3b006c281
commit d04876b18b
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Generate
run: |
conan profile detect
conan install . --deployer=full_deploy --deployer-folder=build --remote=bigfootpackages --build=missing -s build_type=Debug -o bin2cpp/*:build_tests=True
conan install . --deployer=full_deploy --deployer-folder=build --remote=bigfootpackages --build=missing -s build_type=Debug
cmake -S . -B ./build/Debug --toolchain ./build/Debug/generators/conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Debug -G "Ninja"
cmake --build build/Debug --parallel $(nproc)