Skip to content

Commit 6f8c817

Browse files
committed
another fix for slashes
1 parent 86414ec commit 6f8c817

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

appveyor.yml

+39-39
Original file line numberDiff line numberDiff line change
@@ -6,131 +6,131 @@ environment:
66
secure: 0bXSOVjf9x8L7nErTivu92TF1FwNosTjFJQPmxp8Dys=
77

88
matrix:
9-
- PYTHON: "C:\Python36"
9+
- PYTHON: "C:\\Python36"
1010
ENABLE_CONTRIB: 0
1111
ENABLE_HEADLESS: 0
1212

13-
- PYTHON: "C:\Python36-x64"
13+
- PYTHON: "C:\\Python36-x64"
1414
ENABLE_CONTRIB: 0
1515
ENABLE_HEADLESS: 0
1616

17-
- PYTHON: "C:\Python37"
17+
- PYTHON: "C:\\Python37"
1818
ENABLE_CONTRIB: 0
1919
ENABLE_HEADLESS: 0
2020

21-
- PYTHON: "C:\Python37-x64"
21+
- PYTHON: "C:\\Python37-x64"
2222
ENABLE_CONTRIB: 0
2323
ENABLE_HEADLESS: 0
2424

25-
- PYTHON: "C:\Python38"
25+
- PYTHON: "C:\\Python38"
2626
ENABLE_CONTRIB: 0
2727
ENABLE_HEADLESS: 0
2828

29-
- PYTHON: "C:\Python38-x64"
29+
- PYTHON: "C:\\Python38-x64"
3030
ENABLE_CONTRIB: 0
3131
ENABLE_HEADLESS: 0
3232

33-
- PYTHON: "C:\Python39"
33+
- PYTHON: "C:\\Python39"
3434
ENABLE_CONTRIB: 0
3535
ENABLE_HEADLESS: 0
3636

37-
- PYTHON: "C:\Python39-x64"
37+
- PYTHON: "C:\\Python39-x64"
3838
ENABLE_CONTRIB: 0
3939
ENABLE_HEADLESS: 0
4040

41-
- PYTHON: "C:\Python36"
41+
- PYTHON: "C:\\Python36"
4242
ENABLE_CONTRIB: 1
4343
ENABLE_HEADLESS: 0
4444

45-
- PYTHON: "C:\Python36-x64"
45+
- PYTHON: "C:\\Python36-x64"
4646
ENABLE_CONTRIB: 1
4747
ENABLE_HEADLESS: 0
4848

49-
- PYTHON: "C:\Python37"
49+
- PYTHON: "C:\\Python37"
5050
ENABLE_CONTRIB: 1
5151
ENABLE_HEADLESS: 0
5252

53-
- PYTHON: "C:\Python37-x64"
53+
- PYTHON: "C:\\Python37-x64"
5454
ENABLE_CONTRIB: 1
5555
ENABLE_HEADLESS: 0
5656

57-
- PYTHON: "C:\Python38"
57+
- PYTHON: "C:\\Python38"
5858
ENABLE_CONTRIB: 1
5959
ENABLE_HEADLESS: 0
6060

61-
- PYTHON: "C:\Python38-x64"
61+
- PYTHON: "C:\\Python38-x64"
6262
ENABLE_CONTRIB: 1
6363
ENABLE_HEADLESS: 0
6464

65-
- PYTHON: "C:\Python39"
65+
- PYTHON: "C:\\Python39"
6666
ENABLE_CONTRIB: 1
6767
ENABLE_HEADLESS: 0
6868

69-
- PYTHON: "C:\Python39-x64"
69+
- PYTHON: "C:\\Python39-x64"
7070
ENABLE_CONTRIB: 1
7171
ENABLE_HEADLESS: 0
7272

73-
- PYTHON: "C:\Python36"
73+
- PYTHON: "C:\\Python36"
7474
ENABLE_CONTRIB: 0
7575
ENABLE_HEADLESS: 1
7676

77-
- PYTHON: "C:\Python36-x64"
77+
- PYTHON: "C:\\Python36-x64"
7878
ENABLE_CONTRIB: 0
7979
ENABLE_HEADLESS: 1
8080

81-
- PYTHON: "C:\Python37"
81+
- PYTHON: "C:\\Python37"
8282
ENABLE_CONTRIB: 0
8383
ENABLE_HEADLESS: 1
8484

85-
- PYTHON: "C:\Python37-x64"
85+
- PYTHON: "C:\\Python37-x64"
8686
ENABLE_CONTRIB: 0
8787
ENABLE_HEADLESS: 1
8888

89-
- PYTHON: "C:\Python38"
89+
- PYTHON: "C:\\Python38"
9090
ENABLE_CONTRIB: 0
9191
ENABLE_HEADLESS: 1
9292

93-
- PYTHON: "C:\Python38-x64"
93+
- PYTHON: "C:\\Python38-x64"
9494
ENABLE_CONTRIB: 0
9595
ENABLE_HEADLESS: 1
9696

97-
- PYTHON: "C:\Python39"
97+
- PYTHON: "C:\\Python39"
9898
ENABLE_CONTRIB: 0
9999
ENABLE_HEADLESS: 1
100100

101-
- PYTHON: "C:\Python39-x64"
101+
- PYTHON: "C:\\Python39-x64"
102102
ENABLE_CONTRIB: 0
103103
ENABLE_HEADLESS: 1
104104

105-
- PYTHON: "C:\Python36"
105+
- PYTHON: "C:\\Python36"
106106
ENABLE_CONTRIB: 1
107107
ENABLE_HEADLESS: 1
108108

109-
- PYTHON: "C:\Python36-x64"
109+
- PYTHON: "C:\\Python36-x64"
110110
ENABLE_CONTRIB: 1
111111
ENABLE_HEADLESS: 1
112112

113-
- PYTHON: "C:\Python37"
113+
- PYTHON: "C:\\Python37"
114114
ENABLE_CONTRIB: 1
115115
ENABLE_HEADLESS: 1
116116

117-
- PYTHON: "C:\Python37-x64"
117+
- PYTHON: "C:\\Python37-x64"
118118
ENABLE_CONTRIB: 1
119119
ENABLE_HEADLESS: 1
120120

121-
- PYTHON: "C:\Python38"
121+
- PYTHON: "C:\\Python38"
122122
ENABLE_CONTRIB: 1
123123
ENABLE_HEADLESS: 1
124124

125-
- PYTHON: "C:\Python38-x64"
125+
- PYTHON: "C:\\Python38-x64"
126126
ENABLE_CONTRIB: 1
127127
ENABLE_HEADLESS: 1
128128

129-
- PYTHON: "C:\Python39"
129+
- PYTHON: "C:\\Python39"
130130
ENABLE_CONTRIB: 1
131131
ENABLE_HEADLESS: 1
132132

133-
- PYTHON: "C:\Python39-x64"
133+
- PYTHON: "C:\\Python39-x64"
134134
ENABLE_CONTRIB: 1
135135
ENABLE_HEADLESS: 1
136136

@@ -149,23 +149,23 @@ install:
149149

150150
build_script:
151151
- cmd: |
152-
"%PYTHON%\python.exe" -m pip install --upgrade pip
153-
"%PYTHON%\python.exe" -m pip install --upgrade setuptools
154-
set "CI_BUILD=1" && "%PYTHON%\python.exe" -m pip wheel --wheel-dir=%cd%\dist . --verbose
152+
"%PYTHON%\\python.exe" -m pip install --upgrade pip
153+
"%PYTHON%\\python.exe" -m pip install --upgrade setuptools
154+
set "CI_BUILD=1" && "%PYTHON%\\python.exe" -m pip wheel --wheel-dir=%cd%\dist . --verbose
155155
156156
before_test:
157157
- ps: |
158158
159159
cd ${Env:APPVEYOR_BUILD_FOLDER}\tests
160160
$env:PYTHONWARNINGS = "ignore:::pip._internal.cli.base_command"
161-
&"${Env:PYTHON}\python.exe" -m pip install --user --no-warn-script-location (ls "../dist/opencv_*.whl")
161+
&"${Env:PYTHON}\\python.exe" -m pip install --user --no-warn-script-location (ls "../dist/opencv_*.whl")
162162
if ($LastExitCode -ne 0) {throw $LastExitCode}
163163
164164
test_script:
165165
- cmd: |
166166
167167
cd %APPVEYOR_BUILD_FOLDER%\tests
168-
"%PYTHON%\python.exe" -m unittest test
168+
"%PYTHON%\\python.exe" -m unittest test
169169
170170
artifacts:
171171
- path: dist\opencv*.whl
@@ -193,8 +193,8 @@ deploy_script:
193193
}
194194
}
195195
196-
&"${Env:PYTHON}\python.exe" -m pip install twine
197-
&"${Env:PYTHON}\python.exe" -m twine upload -u ${Env:USER} -p ${Env:PASS} --skip-existing dist/opencv*
196+
&"${Env:PYTHON}\\python.exe" -m pip install twine
197+
&"${Env:PYTHON}\\python.exe" -m twine upload -u ${Env:USER} -p ${Env:PASS} --skip-existing dist/opencv*
198198
}
199199
else {
200200
echo "Tag not set, deployment skipped."

0 commit comments

Comments
 (0)