From e17c157e26d07809e1773a56e75dba0d5215ed49 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Wed, 8 Mar 2017 02:16:23 +0800 Subject: [PATCH 1/2] AppVeyor: add shebang --- appveyor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.sh b/appveyor.sh index 67e8835..d232fad 100755 --- a/appveyor.sh +++ b/appveyor.sh @@ -1,4 +1,4 @@ - +#!/bin/sh autoreconf -iv unset CC unset CXX From dbba471799909ce9ae9f4748981045d462ada759 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Wed, 8 Mar 2017 02:18:51 +0800 Subject: [PATCH 2/2] Readme: add AppVeyor badge --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 7e28e09..0284d95 100644 --- a/README.rst +++ b/README.rst @@ -3,6 +3,9 @@ OpenVPN GUI .. image:: https://travis-ci.org/OpenVPN/openvpn-gui.svg?branch=master :target: https://travis-ci.org/OpenVPN/openvpn-gui :alt: TravisCI status +.. image:: https://ci.appveyor.com/api/projects/status/github/OpenVPN/openvpn-gui?branch=master&svg=true + :target: https://ci.appveyor.com/project/mattock/openvpn-gui + :alt: AppVeyor status Installation Instructions for OpenVPN GUI for Windows #####################################################