appveyor: add more python versions
This commit is contained in:
parent
f3a567cedf
commit
a114db4c44
|
@ -8,6 +8,9 @@ build_script:
|
|||
- appveyor AddCompilationMessage "Building miniupnpc"
|
||||
- mingw32-make -f Makefile.mingw
|
||||
- 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
|
||||
|
||||
after_build:
|
||||
|
|
Loading…
Reference in New Issue