appveyor: push artifacts

This commit is contained in:
Thomas Bernard 2018-04-26 22:35:32 +02:00
parent b7e1b2ef09
commit a78750c6ca
1 changed files with 10 additions and 0 deletions

View File

@ -6,3 +6,13 @@ build_script:
- mingw32-make -f Makefile.mingw
- mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python27\python
# - upnpc-static.exe -l
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