appveyor: message

This commit is contained in:
Thomas Bernard 2018-04-26 22:49:06 +02:00
parent a78750c6ca
commit 0e3dd7b3fa
1 changed files with 2 additions and 1 deletions

View File

@ -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