appveyor: push artifacts
This commit is contained in:
parent
b7e1b2ef09
commit
a78750c6ca
10
appveyor.yml
10
appveyor.yml
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue