From 28dd8d9c34ed80ca8d25b15b864199bd34057abe Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Sun, 26 Feb 2017 11:18:59 -0600 Subject: [PATCH 1/7] Add appveyor.yml This builds and tests a 32-bit Release build of Python on Windows. --- appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000000000..d08cc54cebcd7b --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,5 @@ +version: 3.7.0a0.{build} +build_script: +- cmd: PCbuild\build.bat -e +test_script: +- cmd: PCbuild\rt.bat -q -uall -rwW --slowest --timeout=1200 -j0 From e6b5444e29b79739287614559e7aad31eb5e2949 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Sun, 26 Feb 2017 11:25:52 -0600 Subject: [PATCH 2/7] Add example Appveyor badge to README.rst Note that this should be replaced with the real badge for python/cpython rather than zware/cpython when Appveyor is actually set up for python/cpython. --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 7337b1574c5a84..193e4fa1628e26 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,11 @@ This is Python version 3.7.0 alpha 1 :alt: CPython build status on Travis CI :target: https://travis-ci.org/python/cpython +.. XXX Placeholder! Replace with real badge for python/cpython before merge +.. image:: https://ci.appveyor.com/api/projects/status/a5qxbg7239a2rjhx?svg=true + :alt: CPython build status on Appveyor + :target: https://ci.appveyor.com/project/zware/cpython + .. image:: https://codecov.io/gh/python/cpython/branch/master/graph/badge.svg :alt: CPython code coverage on Codecov :target: https://codecov.io/gh/python/cpython From 401d5f9e3c3c14985c91331b9d93de7c38790e61 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Sun, 26 Feb 2017 11:28:20 -0600 Subject: [PATCH 3/7] Rename appveyor.yml to .appveyor.yml --- appveyor.yml => .appveyor.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename appveyor.yml => .appveyor.yml (100%) diff --git a/appveyor.yml b/.appveyor.yml similarity index 100% rename from appveyor.yml rename to .appveyor.yml From 1ab0320eb7467853f80e35f252a8aa83f8beab16 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Sun, 26 Feb 2017 11:33:21 -0600 Subject: [PATCH 4/7] Specify clone depth --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index d08cc54cebcd7b..c348c536158c2b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,5 @@ version: 3.7.0a0.{build} +clone_depth: 5 build_script: - cmd: PCbuild\build.bat -e test_script: From 07aceca0027d83ce35be2661cbeebbe2f5062ef3 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Mon, 27 Feb 2017 21:22:28 -0600 Subject: [PATCH 5/7] Rename .appveyor.yml to .github/appveyor.yml --- .appveyor.yml => .github/appveyor.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .appveyor.yml => .github/appveyor.yml (100%) diff --git a/.appveyor.yml b/.github/appveyor.yml similarity index 100% rename from .appveyor.yml rename to .github/appveyor.yml From 7a8414098ccc121a0648c5a6f9d6c53a83fce6e4 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Mon, 27 Feb 2017 21:27:07 -0600 Subject: [PATCH 6/7] Link the badge to the correct project Not yet the correct badge. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 193e4fa1628e26..787cc22dfe9146 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ This is Python version 3.7.0 alpha 1 .. XXX Placeholder! Replace with real badge for python/cpython before merge .. image:: https://ci.appveyor.com/api/projects/status/a5qxbg7239a2rjhx?svg=true :alt: CPython build status on Appveyor - :target: https://ci.appveyor.com/project/zware/cpython + :target: https://ci.appveyor.com/project/python/cpython .. image:: https://codecov.io/gh/python/cpython/branch/master/graph/badge.svg :alt: CPython code coverage on Codecov From 1c664ab7e98698e631edc985431c26bfe8d845e2 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Wed, 1 Mar 2017 11:30:09 -0600 Subject: [PATCH 7/7] Use the correct badge --- README.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 787cc22dfe9146..a4a0610c1b0d01 100644 --- a/README.rst +++ b/README.rst @@ -5,10 +5,9 @@ This is Python version 3.7.0 alpha 1 :alt: CPython build status on Travis CI :target: https://travis-ci.org/python/cpython -.. XXX Placeholder! Replace with real badge for python/cpython before merge -.. image:: https://ci.appveyor.com/api/projects/status/a5qxbg7239a2rjhx?svg=true +.. image:: https://ci.appveyor.com/api/projects/status/4mew1a93xdkbf5ua/branch/master?svg=true :alt: CPython build status on Appveyor - :target: https://ci.appveyor.com/project/python/cpython + :target: https://ci.appveyor.com/project/python/cpython/branch/master .. image:: https://codecov.io/gh/python/cpython/branch/master/graph/badge.svg :alt: CPython code coverage on Codecov