Nikita Astafyev bb057cb244
Some checks failed
Code Analysis / analysis (push) Failing after 1m48s
Linux (Ubuntu-24.04) CI / gcc 14 (C++23, Release) (push) Failing after 3m15s
Linux (Ubuntu-24.04) CI / clang 20 (C++23, Release) (push) Has been cancelled
ci: added build workflow
2025-12-30 22:44:09 +07:00
2025-12-30 22:44:09 +07:00
2025-12-30 22:34:58 +07:00
2025-12-30 22:34:58 +07:00
2025-12-30 22:34:58 +07:00
2025-12-30 22:34:58 +07:00
2025-12-30 22:34:58 +07:00
2025-12-30 22:34:58 +07:00
2025-12-30 22:34:58 +07:00
2025-12-30 22:34:58 +07:00
2025-12-30 22:34:58 +07:00
2025-12-30 22:34:58 +07:00

Rediska

Building from source

Prerequisites (vcpkg)

Note

Add --triplet x64-linux-release to the vcpkg install to build dependencies in release. Replace linux with your OS if it is supported

git clone --branch 2025.10.17 --depth 1 https://github.com/microsoft/vcpkg.git && \
./vcpkg/bootstrap-vcpkg.sh && \
./vcpkg/vcpkg install

CMake workflow

cmake --preset debug
cmake --build --preset debug-run
Description
No description provided
Readme 56 KiB
Languages
C++ 88.8%
CMake 7.3%
Python 3.9%