appveyor: message
This commit is contained in:
parent
a78750c6ca
commit
0e3dd7b3fa
|
@ -3,13 +3,14 @@ install:
|
|||
|
||||
build_script:
|
||||
- cd miniupnpc
|
||||
- appveyor AddCompilationMessage "Building miniupnpc"
|
||||
- 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\
|
||||
- 7z a ..\miniupnpc-python.zip build\ dist\
|
||||
|
||||
artifacts:
|
||||
- path: miniupnpc.zip
|
||||
|
|
Loading…
Reference in New Issue