Skip to content

Commit

Permalink
adding win CI
Browse files Browse the repository at this point in the history
  • Loading branch information
darioizzo committed Oct 24, 2024
1 parent 08c9ad0 commit 79312d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: |
mkdir build
cd build
cmake ../ -G "Visual Studio 17 2022" -A x64 -DCMAKE_INSTALL_PREFIX=C:\Miniconda\envs\ppnf_devel\Library -DPPNF_BUILD_CPP=yes -DPPNF_BUILD_TESTS=yes
cmake ../ -G "Visual Studio 17 2022" -A x64 -DCMAKE_CXX_FLAGS=-I\ C:/Miniconda/envs/ppnf_devel/Library/include -DCMAKE_INSTALL_PREFIX=C:\Miniconda\envs\ppnf_devel\Library -DPPNF_BUILD_CPP=yes -DPPNF_BUILD_TESTS=yes
cmake --build . -j4 --config Release --target install
cd tests/Release
ctest -j4 -V -C Release --output-on-failure
Expand Down

0 comments on commit 79312d1

Please sign in to comment.