We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d849eae commit b06ad6cCopy full SHA for b06ad6c
appveyor.yml
@@ -90,7 +90,7 @@ build_script:
90
test_script:
91
- if not [%COMPILER%]==[MSVC15] nosetests
92
- mkdir empty && cd empty
93
-- python %PYTHON_SOURCE_DIR%\bin\test_python.py
+- if [%COMPILER%]==[MinGW] if [%BUILD_TYPE%]==[RELEASE] python %PYTHON_SOURCE_DIR%\bin\test_python.py
94
95
# Enable this to be able to login to the build worker. You can use the
96
# `remmina` program in Ubuntu, use the login information that the line below
0 commit comments