Added toolchain file for sanitized builds
Some checks failed
ci/woodpecker/push/workflow Pipeline failed

This commit is contained in:
2025-10-02 17:56:30 +03:00
committed by Emin Arslan
parent a40487f84d
commit 2dd10e08d9
3 changed files with 28 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ steps:
commands: # we probably shouldn't install cmake every time
- apt update && apt install -y cmake
- mkdir -p build/ && cd build
- cmake ..
- cmake .. --toolchain ../toolchain/sanitize.cmake
- make
- name: test
image: ubuntu