commit
047f1b6fd9
1
README
1
README
|
@ -5,6 +5,7 @@ Web site : http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
|
|||
Github : https://github.com/miniupnp/miniupnp/
|
||||
Freecode : http://freecode.com/projects/miniupnp
|
||||
Travis CI : https://travis-ci.org/miniupnp/miniupnp
|
||||
Appveyor : https://ci.appveyor.com/project/miniupnp/miniupnp
|
||||
|
||||
miniupnpc/ : MiniUPnP client - an UPnP IGD control point
|
||||
miniupnpd/ : MiniUPnP daemon - an implementation of a UPnP IGD
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
install:
|
||||
- set PATH=%PATH%;C:\MinGW\bin
|
||||
- set PATH=%PATH%;C:\msys64\mingw32\bin
|
||||
|
||||
build_script:
|
||||
- cmd: 'cd miniupnpc'
|
||||
- cmd: 'mingw32-make -f Makefile.mingw'
|
||||
# - cmd: 'upnpc-static.exe -l'
|
||||
- cd miniupnpc
|
||||
- mingw32-make -f Makefile.mingw
|
||||
# - upnpc-static.exe -l
|
||||
|
|
Loading…
Reference in New Issue