👷 add CI steps for Sanitizers
This commit is contained in:
parent
c3edf49451
commit
8b362b52cb
10
.github/workflows/ubuntu.yml
vendored
10
.github/workflows/ubuntu.yml
vendored
@ -107,3 +107,13 @@ jobs:
|
|||||||
run: cmake -S . -B build -DJSON_CI=On
|
run: cmake -S . -B build -DJSON_CI=On
|
||||||
- name: build
|
- name: build
|
||||||
run: cmake --build build --target ci_clang_tidy || true
|
run: cmake --build build --target ci_clang_tidy || true
|
||||||
|
|
||||||
|
ci_test_clang_sanitizer:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
container: nlohmann/json-ci:latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: cmake
|
||||||
|
run: cmake -S . -B build -DJSON_CI=On
|
||||||
|
- name: build
|
||||||
|
run: cmake --build build --target ci_test_clang_sanitizer
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user