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 a66bcf1 commit 896bcffCopy full SHA for 896bcff
.github/workflows/ci-linux-osx-win-conda.yml
@@ -120,12 +120,12 @@ jobs:
120
# g++ -std=c++17 examples/cpp/overview-simple.cpp -o overview-simple $(pkg-config --cflags proxsuite)
121
# ./overview-simple
122
123
- - name: Test CMake pacakging [Conda]
+ - name: Test CMake pacakging [Conda/Linux&macOS]
124
if: contains(matrix.os, 'macos') || contains(matrix.os, 'ubuntu')
125
shell: bash -l {0}
126
run: |
127
cd test/packaging/cmake
128
- mkdir build
+ mkdir build && cd build
129
cmake .. -DCMAKE_INSTALL_PREFIX=${CONDA_PREFIX} -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
130
cmake --build . --config ${{ matrix.build_type }} --target all
131
./run-proxqp
0 commit comments