1
0
Fork 0
forked from lthn/blockchain
blockchain/.github/workflows
Snider ef776a93cc
Add CMake and Conan presets, update build config (#26)
* Add CMake and Conan presets, update build config

Introduces CMakePresets.json and ConanPresets.json for standardized build configuration. Updates Makefile to use CMake presets, modifies .gitignore for IDE files, and refines conanfile.py to support CI option and preset integration.

* Update Makefile

* Update _on-pr.yml

* Refactor build presets and folder layout for Windows

Updated Makefile and GitHub workflow to use configurable build and configure presets, improving flexibility for different environments. Adjusted CMakePresets.json to fix preset naming and version, and refactored conanfile.py to set build folders based on compiler type, ensuring correct folder structure for MSVC and other compilers.

* Update build presets and CPack config for Windows

Set PRESET_CONFIGURE to 'conan-default' for Windows builds in Makefile and GitHub workflow. Broaden CPack packaging conditions to include additional build types and comment out WIX generator settings for Windows in CPackConfig.cmake.
2025-10-09 00:25:29 +01:00
..
_maint-cache.yml GitHub Build Workflows (#7) 2025-08-30 17:46:00 +01:00
_on-pr.yml Add CMake and Conan presets, update build config (#26) 2025-10-09 00:25:29 +01:00
_on-push.yml Add 'secrets: inherit' to all build jobs 2025-10-07 02:24:12 +01:00
_on-release.yml Testnet 1 (#15) 2025-09-30 16:48:13 +01:00
build-docker.yml Testnet updates (#22) 2025-10-05 14:00:36 +01:00
build-docs.yml Build Simplification (#24) 2025-10-06 22:38:29 +01:00
build-linux-arm64.yml Add caching and dependency installation steps for ARM, Intel, and mac… (#25) 2025-10-07 02:20:06 +01:00
build-linux-intel.yml Add caching and dependency installation steps for ARM, Intel, and mac… (#25) 2025-10-07 02:20:06 +01:00
build-macos-arm64.yml Add caching and dependency installation steps for ARM, Intel, and mac… (#25) 2025-10-07 02:20:06 +01:00
build-macos-intel.yml Add caching and dependency installation steps for ARM, Intel, and mac… (#25) 2025-10-07 02:20:06 +01:00
build-windows-intel.yml Add caching and dependency installation steps for ARM, Intel, and mac… (#25) 2025-10-07 02:20:06 +01:00