Skip to content

Commit 7cfbbcc

Browse files
[ci] Fox doctest integration on Windows
1 parent 1169e28 commit 7cfbbcc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ jobs:
6565
# Temporarily remove MINGW64 and UCRT64 builds because
6666
# GCC 12 gives an unexpected overflow warning for __builtin_memmove
6767
# see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106199
68-
# Temporarily remove CLANG32 because doctest is not available anymore
69-
# for this platform
7068
msystem: [ MINGW32, CLANG64 ]
7169
#msystem: [ MINGW32, MINGW64, UCRT64, CLANG32, CLANG64 ]
7270
fail-fast: false
@@ -81,14 +79,13 @@ jobs:
8179
cc:p
8280
cmake:p
8381
ninja:p
84-
doctest:p
8582
- name: Checkout xsimd
8683
uses: actions/checkout@v2
8784
- name: Configure
8885
run: |
8986
mkdir _build
9087
cd _build
91-
cmake .. -DBUILD_TESTS=ON -DBUILD_BENCHMARK=ON -DBUILD_EXAMPLES=ON -DCMAKE_BUILD_TYPE=Release -G Ninja
88+
cmake .. -DBUILD_TESTS=ON -DBUILD_BENCHMARK=ON -DBUILD_EXAMPLES=ON -DCMAKE_BUILD_TYPE=Release -DDOWNLOAD_DOCTEST=ON -G Ninja
9289
- name: Build
9390
run: ninja -C _build
9491
- name: Test

0 commit comments

Comments
 (0)