miniupnp/appveyor.yml

30 lines
952 B
YAML

version: '2.1.{build}'
image:
- Visual Studio 2013
- Visual Studio 2015
- Visual Studio 2017
install:
- set PATH=%PATH%;C:\msys64\mingw32\bin
build_script:
- cd miniupnpc
- appveyor AddCompilationMessage "Building miniupnpc"
- mingw32-make -f Makefile.mingw
- mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python27\python
- C:\Python37\python setypmingw32.py build
- C:\Python37\python setypmingw32.py install --skip-build
# - mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python27-x64\python
# - mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python36-x64\python
after_build:
- 7z a ..\miniupnpc-%APPVEYOR_BUILD_VERSION%.zip *.exe *.dll *.a *.lib
- 7z a ..\miniupnpc-python-%APPVEYOR_BUILD_VERSION%.zip build\ dist\
artifacts:
- path: miniupnpc-$(appveyor_build_version).zip
name: miniupnpc binaries
- path: miniupnpc-python-$(appveyor_build_version).zip
name: miniupnpc python module