File tree 5 files changed +16
-1
lines changed
5 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ install:
132
132
"%PYTHON%/python.exe" -m pip install "numpy==%NP_VERSION%"
133
133
134
134
build_script :
135
- - build.cmd
135
+ - appveyor\ build.cmd
136
136
137
137
before_test :
138
138
- 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\
25
25
if %PYTHON_VERSION% LSS 3 xcopy " %APPVEYOR_BUILD_FOLDER% \opencv\%BUILD_DIR% \lib\RELEASE\*.pyd" .\cv2 /I
26
26
xcopy " %APPVEYOR_BUILD_FOLDER% \opencv\%BUILD_DIR% \bin\Release\*.dll" .\cv2 /I
27
27
28
+ xcopy " %APPVEYOR_BUILD_FOLDER% \appveyor\setup.cfg" .\ /I
29
+
28
30
dir
29
31
30
32
" %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 1
1
#! /bin/bash
2
2
set +e
3
3
echo " === Loading config.sh === "
4
+
5
+ cp travis/setup.cfg .
6
+
4
7
if [ -n " $IS_OSX " ]; then
5
8
echo " > OSX environment "
6
9
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