提交 4c910fb3 编写于 作者: O Olli-Pekka Heinisuo

fix wheel calls

上级 858246eb
......@@ -55,13 +55,13 @@ build_script:
xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\build\lib\python3\Release\*.pyd" cv2
C:\Python35\python.exe python setup.py bdist_wheel --opencv-version 0.0.0
C:\Python35\python.exe python bdist_wheel --opencv-version 0.0.0
del cv2\*.pyd
xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\build64\lib\python3\Release\*.pyd" cv2
C:\Python35-x64\python.exe python setup.py bdist_wheel --opencv-version 0.0.0
C:\Python35-x64\python.exe setup.py bdist_wheel --opencv-version 0.0.0
del cv2\*.pyd
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册