appveyor: message
This commit is contained in:
parent
a78750c6ca
commit
0e3dd7b3fa
|
@ -3,13 +3,14 @@ install:
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cd miniupnpc
|
- cd miniupnpc
|
||||||
|
- appveyor AddCompilationMessage "Building miniupnpc"
|
||||||
- mingw32-make -f Makefile.mingw
|
- mingw32-make -f Makefile.mingw
|
||||||
- mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python27\python
|
- mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python27\python
|
||||||
# - upnpc-static.exe -l
|
# - upnpc-static.exe -l
|
||||||
|
|
||||||
after_build:
|
after_build:
|
||||||
- 7z a ..\miniupnpc.zip *.exe *.dll *.a *.lib
|
- 7z a ..\miniupnpc.zip *.exe *.dll *.a *.lib
|
||||||
- 7z a ..\miniupnpc-python.zip build\
|
- 7z a ..\miniupnpc-python.zip build\ dist\
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: miniupnpc.zip
|
- path: miniupnpc.zip
|
||||||
|
|
Loading…
Reference in New Issue