Commit 3731016 1 parent c5e2745 commit 3731016 Copy full SHA for 3731016
File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -58,27 +58,31 @@ build_script:
58
58
C:\Python27\python.exe setup.py bdist_wheel
59
59
60
60
del cv2\*.pyd
61
+
61
62
rmdir "%APPVEYOR_BUILD_FOLDER%\build" /s /q
62
63
63
64
xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\build64\lib\RELEASE\*.pyd" cv2
64
65
65
66
C:\Python27-x64\python.exe setup.py bdist_wheel
66
67
67
68
del cv2\*.pyd
69
+
68
70
rmdir "%APPVEYOR_BUILD_FOLDER%\build" /s /q
69
71
70
72
xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\build\lib\python3\Release\*.pyd" cv2
71
73
72
74
C:\Python35\python.exe setup.py bdist_wheel
73
75
74
76
del cv2\*.pyd
77
+
75
78
rmdir "%APPVEYOR_BUILD_FOLDER%\build" /s /q
76
79
77
80
xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\build64\lib\python3\Release\*.pyd" cv2
78
81
79
82
C:\Python35-x64\python.exe setup.py bdist_wheel
80
83
81
84
del cv2\*.pyd
85
+
82
86
rmdir "%APPVEYOR_BUILD_FOLDER%\build" /s /q
83
87
84
88
before_test :
You can’t perform that action at this time.
0 commit comments