miniupnp/appveyor.yml

19 lines
449 B
YAML
Raw Normal View History

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
- mingw32-make -f Makefile.mingw
- mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python27\python
2016-07-31 03:03:48 +00:00
# - upnpc-static.exe -l
2018-04-26 20:35:32 +00:00
after_build:
- 7z a ..\miniupnpc.zip *.exe *.dll *.a *.lib
- 7z a ..\miniupnpc-python.zip build\
artifacts:
- path: miniupnpc.zip
name: miniupnpc binaries
- path: miniupnpc-python.zip
name: miniupnpc python module