Skip to content

Commit 1ef5f2f

Browse files
authored
Use angle for mingw.
1 parent e3a7cf4 commit 1ef5f2f

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

appveyor.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,7 @@ build_script:
161161
162162
Check-Error
163163
164-
if ($env:COMPILER -eq "msvc") {
165-
pip install kivy.deps.angle
166-
Check-Error
167-
}
164+
pip install kivy.deps.angle
168165
169166
Copy-Item "$PYTHON_ROOT\Lib\site-packages\kivy\deps\*" -destination "$env:APPVEYOR_BUILD_FOLDER\kivy\deps" -recurse
170167
@@ -218,12 +215,7 @@ test_script:
218215
219216
220217
if ($env:DO_TEST -eq "True"){
221-
if ($env:COMPILER -eq "msvc") {
222-
$env:KIVY_GL_BACKEND = "angle_sdl2"
223-
} else {
224-
$env:KIVY_GL_BACKEND = "mock"
225-
}
226-
218+
$env:KIVY_GL_BACKEND = "angle_sdl2"
227219
python -m nose.core kivy/tests
228220
Check-Error
229221
}

0 commit comments

Comments
 (0)