appveyor: add more python versions

This commit is contained in:
Thomas Bernard 2018-04-26 22:53:07 +02:00
parent f3a567cedf
commit a114db4c44
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ build_script:
- appveyor AddCompilationMessage "Building miniupnpc" - appveyor AddCompilationMessage "Building miniupnpc"
- mingw32-make -f Makefile.mingw - mingw32-make -f Makefile.mingw
- mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python27\python - mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python27\python
- mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python27-x64\python
- mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python36\python
- mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python36-x64\python
# - upnpc-static.exe -l # - upnpc-static.exe -l
after_build: after_build: