File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 6565 steps :
6666 - uses : actions/checkout@v6
6767
68- - name : Setup MSVC [Conda/Windows]
69- uses : ilammy/msvc-dev-cmd@v1
70- if : contains(matrix.os, 'windows-')
71-
7268 - uses : conda-incubator/setup-miniconda@v3
7369 with :
7470 activate-environment : proxsuite
9692
9793 - name : Configure [Conda/Windows/MSVC]
9894 if : contains(matrix.os, 'windows-')
99- shell : pwsh
95+ shell : cmd /C CALL {0}
10096 run : |
101- cmake -B build -S . -G Ninja -DCMAKE_CXX_SCAN_FOR_MODULES=OFF -DCMAKE_INSTALL_PREFIX="$env: CONDA_PREFIX/Library" -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DCMAKE_CXX_STANDARD=${{ matrix.cxx_std }} -DBUILD_PYTHON_INTERFACE=ON -DBUILD_WITH_OPENMP_SUPPORT=ON -DLINK_PYTHON_INTERFACE_TO_OPENMP=ON -DBUILD_DOCUMENTATION=ON -DINSTALL_DOCUMENTATION=ON -DBUILD_WITH_VECTORIZATION_SUPPORT=ON
97+ cmake -B build -S . -G Ninja -DCMAKE_CXX_SCAN_FOR_MODULES=OFF -DCMAKE_INSTALL_PREFIX="% CONDA_PREFIX% /Library" -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DCMAKE_CXX_STANDARD=${{ matrix.cxx_std }} -DBUILD_PYTHON_INTERFACE=ON -DBUILD_WITH_OPENMP_SUPPORT=ON -DLINK_PYTHON_INTERFACE_TO_OPENMP=ON -DBUILD_DOCUMENTATION=ON -DINSTALL_DOCUMENTATION=ON -DBUILD_WITH_VECTORIZATION_SUPPORT=ON
10298
10399 - name : Build [Conda/Linux&macOS]
104100 if : contains(matrix.os, 'macos-') || contains(matrix.os, 'ubuntu')
@@ -108,7 +104,6 @@ jobs:
108104
109105 - name : Build [Conda/Windows]
110106 if : contains(matrix.os, 'windows-')
111- shell : pwsh
112107 run : |
113108 cmake --build build --config ${{ matrix.build_type }} -v -j 1
114109
You can’t perform that action at this time.
0 commit comments