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 1169e28 commit 6a9c418Copy full SHA for 6a9c418
.github/workflows/windows.yml
@@ -81,14 +81,13 @@ jobs:
81
cc:p
82
cmake:p
83
ninja:p
84
- doctest:p
85
- name: Checkout xsimd
86
uses: actions/checkout@v2
87
- name: Configure
88
run: |
89
mkdir _build
90
cd _build
91
- cmake .. -DBUILD_TESTS=ON -DBUILD_BENCHMARK=ON -DBUILD_EXAMPLES=ON -DCMAKE_BUILD_TYPE=Release -G Ninja
+ cmake .. -DBUILD_TESTS=ON -DBUILD_BENCHMARK=ON -DBUILD_EXAMPLES=ON -DCMAKE_BUILD_TYPE=Release -DDOWNLOAD_DOCTEST=ON -G Ninja
92
- name: Build
93
run: ninja -C _build
94
- name: Test
0 commit comments