We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b59cb3 commit 33d21adCopy full SHA for 33d21ad
.github/workflows/sanitizer.yml
@@ -19,17 +19,14 @@ jobs:
19
steps:
20
- name: Checkout xsimd
21
uses: actions/checkout@v3
22
- - name: Install mamba
23
- uses: mamba-org/setup-micromamba@v1
24
- with:
25
- environment-file: environment.yml
26
- name: Configure build
27
run: |
28
mkdir _build
29
cd _build
30
cmake .. -DBUILD_TESTS=ON \
31
-DBUILD_BENCHMARK=ON \
32
-DBUILD_EXAMPLES=ON \
+ -DDOWNLOAD_DOCTEST=ON \
33
-DCMAKE_BUILD_TYPE=Release \
34
-DCMAKE_CXX_COMPILER=clang++ \
35
-DCMAKE_CXX_FLAGS='-fsanitize=${{ matrix.sanitizer }}' \
0 commit comments