Skip to content

Commit

Permalink
use toolchain in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wusatosi committed Nov 14, 2024
1 parent d65aeaf commit aba4789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
args: ""
- description: "TSan"
config: "Debug"
args: "-DCMAKE_CXX_FLAGS=-fsanitize=thread"
args: "-DCMAKE_TOOLCHAIN_FILE=cmake/toolchain.cmake -DBEMAN_BUILDSYS_SANITIZER=TSan"
- description: "ASan"
config: "Debug"
args: "-DCMAKE_CXX_FLAGS='-fsanitize=address -fsanitize=undefined'"
args: "-DCMAKE_TOOLCHAIN_FILE=cmake/toolchain.cmake -DBEMAN_BUILDSYS_SANITIZER=ASan"
include:
- platform: ubuntu-latest
compiler:
Expand Down

0 comments on commit aba4789

Please sign in to comment.