File tree 1 file changed +5
-1
lines changed
Filter options
1 file changed +5
-1
lines changed
Original file line number Diff line number Diff line change @@ -53,29 +53,33 @@ build_script:
53
53
54
54
cd ..\..
55
55
56
- xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\build\lib\RELEASE\* .pyd" cv2
56
+ xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\build\lib\RELEASE\cv2 .pyd" cv2
57
57
58
58
C:\Python27\python.exe setup.py bdist_wheel
59
59
60
60
del cv2\*.pyd
61
+ rmdir "%APPVEYOR_BUILD_FOLDER%\build" /s /q
61
62
62
63
xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\build64\lib\RELEASE\*.pyd" cv2
63
64
64
65
C:\Python27-x64\python.exe setup.py bdist_wheel
65
66
66
67
del cv2\*.pyd
68
+ rmdir "%APPVEYOR_BUILD_FOLDER%\build" /s /q
67
69
68
70
xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\build\lib\python3\Release\*.pyd" cv2
69
71
70
72
C:\Python35\python.exe setup.py bdist_wheel
71
73
72
74
del cv2\*.pyd
75
+ rmdir "%APPVEYOR_BUILD_FOLDER%\build" /s /q
73
76
74
77
xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\build64\lib\python3\Release\*.pyd" cv2
75
78
76
79
C:\Python35-x64\python.exe setup.py bdist_wheel
77
80
78
81
del cv2\*.pyd
82
+ rmdir "%APPVEYOR_BUILD_FOLDER%\build" /s /q
79
83
80
84
before_test :
81
85
- cmd : >-
You can’t perform that action at this time.
0 commit comments