From 3ae0c3fbf21bfa5a0dd175c56832416caba9478a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 6 Sep 2019 20:45:05 +0200 Subject: [PATCH] doc: we have an AppVeyor build now. --- doc/python/pages/building.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/python/pages/building.rst b/doc/python/pages/building.rst index 668444b..0a554f3 100644 --- a/doc/python/pages/building.rst +++ b/doc/python/pages/building.rst @@ -187,7 +187,9 @@ following commands, the resulting HTML overview is located in ========================= In ``package/ci/`` there is a ``travis.yml`` file that compiles and tests the -bindings on Linux GCC 4.8 + CMake 3.1 and on macOS. Online at -https://travis-ci.org/mosra/magnum-bindings. Code coverage for both the C++ -bindings code and Python side is reported to +bindings on Linux GCC 4.8 + CMake 3.1 and on macOS, online at +https://travis-ci.org/mosra/magnum-bindings. For Windows there is an +``appveyor.yml`` testing on Windows with MSVC 2017 and 2019, online at +https://ci.appveyor.com/project/mosra/magnum-bindings. Code coverage for both +the C++ bindings code and Python side is reported to https://codecov.io/gh/mosra/magnum-bindings.