Skip to content

Commit

Permalink
dll
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Dec 6, 2024
1 parent 819ee46 commit db97732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
pip install numpy
cmake -DCMAKE_INSTALL_PREFIX=%cd:\=/%/install -DNLOPT_TESTS=ON .
cmake --build . --config Release --target install
xcopy %cd%\install\bin\nlopt.dll %cd%\src\swig
xcopy %cd%\install\Lib\site-packages\_nlopt*.pyd %cd%\src\swig
xcopy %cd%\install\bin\nlopt.dll %cd%\src\swig\python
xcopy %cd%\install\Lib\site-packages\_nlopt*.pyd %cd%\src\swig\python
dir /p %cd%\src\swig
ctest -C Release --output-on-failure --timeout 100

0 comments on commit db97732

Please sign in to comment.