From ec5278e183b3dd83f3316a27c6b26eebe0574348 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Sun, 31 Jul 2016 11:03:48 +0800 Subject: [PATCH 1/2] Fix appveyor builds --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 6fee4aa..0127261 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 From 0ae9ef9b1012138fcd30361cc1292e7d9a1ecb42 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Sun, 31 Jul 2016 11:38:44 +0800 Subject: [PATCH 2/2] Add appveyor in README --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index cefe0a9..da94a74 100644 --- a/README +++ b/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