miniupnp/appveyor.yml

24 lines
664 B
YAML
Raw Normal View History

2018-05-07 11:11:27 +00:00
version: '2.1.{build}'
2018-04-30 14:35:07 +00:00
image: Visual Studio 2017
2015-09-15 21:58:11 +00:00
install:
2016-07-31 03:03:48 +00:00
- set PATH=%PATH%;C:\msys64\mingw32\bin
2015-09-15 21:58:11 +00:00
2015-09-15 21:48:14 +00:00
build_script:
2016-07-31 03:03:48 +00:00
- cd miniupnpc
2018-04-26 20:49:06 +00:00
- appveyor AddCompilationMessage "Building miniupnpc"
2016-07-31 03:03:48 +00:00
- mingw32-make -f Makefile.mingw
- mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python37\python
2016-07-31 03:03:48 +00:00
# - upnpc-static.exe -l
2018-04-26 20:35:32 +00:00
after_build:
2018-04-30 14:39:28 +00:00
- 7z a ..\miniupnpc-%APPVEYOR_BUILD_VERSION%.zip *.exe *.dll *.a *.lib
- 7z a ..\miniupnpc-python-%APPVEYOR_BUILD_VERSION%.zip build\ dist\
2018-04-26 20:35:32 +00:00
artifacts:
2018-04-30 14:35:07 +00:00
- path: miniupnpc-$(appveyor_build_version).zip
2018-04-26 20:35:32 +00:00
name: miniupnpc binaries
2018-04-30 14:35:07 +00:00
- path: miniupnpc-python-$(appveyor_build_version).zip
2018-04-26 20:35:32 +00:00
name: miniupnpc python module