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 25, 2024
1 parent a737e6b commit 17645e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
cmake ../ -G "Visual Studio 17 2022" -A x64 -DCMAKE_PREFIX_PATH=C:\Miniconda\envs\ppnf_devel -DCMAKE_INSTALL_PREFIX=C:\Miniconda\envs\ppnf_devel -DPPNF_BUILD_CPP=yes -DPPNF_BUILD_TESTS=yes
cmake --build . -j4 --config Release --target install
pwd
ls
mv tests/Release/worhp_c.* ./
ls
ctest -j4 -V -C Release --output-on-failure
cd ..
mkdir build_py
Expand Down

0 comments on commit 17645e6

Please sign in to comment.