File tree Expand file tree Collapse file tree 5 files changed +16
-1
lines changed Expand file tree Collapse file tree 5 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ install:
132132 "%PYTHON%/python.exe" -m pip install "numpy==%NP_VERSION%"
133133
134134build_script :
135- - build.cmd
135+ - appveyor\ build.cmd
136136
137137before_test :
138138- cmd : >-
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ if %PYTHON_VERSION% GEQ 3 xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\%BUILD_DIR%\lib\
2525if %PYTHON_VERSION% LSS 3 xcopy " %APPVEYOR_BUILD_FOLDER% \opencv\%BUILD_DIR% \lib\RELEASE\*.pyd" .\cv2 /I
2626xcopy " %APPVEYOR_BUILD_FOLDER% \opencv\%BUILD_DIR% \bin\Release\*.dll" .\cv2 /I
2727
28+ xcopy " %APPVEYOR_BUILD_FOLDER% \appveyor\setup.cfg" .\ /I
29+
2830dir
2931
3032" %PYTHON% /python.exe" setup.py bdist_wheel
Original file line number Diff line number Diff line change 1+ [bdist_wheel]
2+ universal =0
3+
4+ [install]
5+ install_lib =\\
Original file line number Diff line number Diff line change 11#! /bin/bash
22set +e
33echo " === Loading config.sh === "
4+
5+ cp travis/setup.cfg .
6+
47if [ -n " $IS_OSX " ]; then
58 echo " > OSX environment "
69 function build_wheel {
Original file line number Diff line number Diff line change 1+ [bdist_wheel]
2+ universal =0
3+
4+ [install]
5+ install_lib =/
You can’t perform that action at this time.
0 commit comments