Skip to content

Commit 6a9c418

Browse files
[ci] Fox doctest integration on Windows
1 parent 1169e28 commit 6a9c418

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,13 @@ jobs:
8181
cc:p
8282
cmake:p
8383
ninja:p
84-
doctest:p
8584
- name: Checkout xsimd
8685
uses: actions/checkout@v2
8786
- name: Configure
8887
run: |
8988
mkdir _build
9089
cd _build
91-
cmake .. -DBUILD_TESTS=ON -DBUILD_BENCHMARK=ON -DBUILD_EXAMPLES=ON -DCMAKE_BUILD_TYPE=Release -G Ninja
90+
cmake .. -DBUILD_TESTS=ON -DBUILD_BENCHMARK=ON -DBUILD_EXAMPLES=ON -DCMAKE_BUILD_TYPE=Release -DDOWNLOAD_DOCTEST=ON -G Ninja
9291
- name: Build
9392
run: ninja -C _build
9493
- name: Test

0 commit comments

Comments
 (0)