Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3731016

Browse files
committed
minor fix for appveyor build
1 parent c5e2745 commit 3731016

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎appveyor.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,27 +58,31 @@ build_script:
5858
C:\Python27\python.exe setup.py bdist_wheel
5959
6060
del cv2\*.pyd
61+
6162
rmdir "%APPVEYOR_BUILD_FOLDER%\build" /s /q
6263
6364
xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\build64\lib\RELEASE\*.pyd" cv2
6465
6566
C:\Python27-x64\python.exe setup.py bdist_wheel
6667
6768
del cv2\*.pyd
69+
6870
rmdir "%APPVEYOR_BUILD_FOLDER%\build" /s /q
6971
7072
xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\build\lib\python3\Release\*.pyd" cv2
7173
7274
C:\Python35\python.exe setup.py bdist_wheel
7375
7476
del cv2\*.pyd
77+
7578
rmdir "%APPVEYOR_BUILD_FOLDER%\build" /s /q
7679
7780
xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\build64\lib\python3\Release\*.pyd" cv2
7881
7982
C:\Python35-x64\python.exe setup.py bdist_wheel
8083
8184
del cv2\*.pyd
85+
8286
rmdir "%APPVEYOR_BUILD_FOLDER%\build" /s /q
8387
8488
before_test:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /