Skip to content

Commit b06ad6c

Browse files
committed
Workaround for AccessViolationException in appveyor
1 parent d849eae commit b06ad6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ build_script:
9090
test_script:
9191
- if not [%COMPILER%]==[MSVC15] nosetests
9292
- mkdir empty && cd empty
93-
- python %PYTHON_SOURCE_DIR%\bin\test_python.py
93+
- if [%COMPILER%]==[MinGW] if [%BUILD_TYPE%]==[RELEASE] python %PYTHON_SOURCE_DIR%\bin\test_python.py
9494

9595
# Enable this to be able to login to the build worker. You can use the
9696
# `remmina` program in Ubuntu, use the login information that the line below

0 commit comments

Comments
 (0)