Skip to content

Commit 0fc3684

Browse files
committed
ci: add msvc action
1 parent 8754bfc commit 0fc3684

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-linux-osx-win-conda.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ jobs:
9090
run: |
9191
cmake -B build -S . -G Ninja -DCMAKE_CXX_SCAN_FOR_MODULES=OFF -DCMAKE_INSTALL_PREFIX="${CONDA_PREFIX}" -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DCMAKE_CXX_STANDARD=${{ matrix.cxx_std }} -DBUILD_PYTHON_INTERFACE=ON -DBUILD_DOCUMENTATION=ON -DINSTALL_DOCUMENTATION=ON -DBUILD_WITH_VECTORIZATION_SUPPORT=ON
9292
93+
- name: Setup MSVC [Conda/Windows]
94+
uses: ilammy/msvc-dev-cmd@v1
95+
if: contains(matrix.os, 'windows-')
96+
9397
- name: Configure [Conda/Windows/MSVC]
9498
if: contains(matrix.os, 'windows-')
9599
shell: pwsh

0 commit comments

Comments
 (0)