Skip to content

Commit

Permalink
pyd
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Dec 3, 2024
1 parent a925c45 commit 51a3097
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@ jobs:
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
dir /p %cd%\src\swig
ctest -C Release --output-on-failure --timeout 100

0 comments on commit 51a3097

Please sign in to comment.