@@ -4,17 +4,13 @@ AboutCode Toolkit
44Build and tests status
55----------------------
66
7- +-------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+
8- | Branch | **Linux (Travis) ** | **MacOSX (Travis) ** | **Windows (AppVeyor) ** |
9- +=======+===============================================================================+===============================================================================+======================================================================================================+
10- | |.. image:: https://api.travis-ci.org/nexB/aboutcode-toolkit.png?branch=master |.. image:: https://api.travis-ci.org/nexB/aboutcode-toolkit.png?branch=master |.. image:: https://ci.appveyor.com/api/projects/status/nexB/aboutcode-toolkit/branch/master?png=true |
11- | Master | :target: https://travis-ci.org/nexB/aboutcode-toolkit | :target: https://travis-ci.org/nexB/aboutcode-toolkit | :target: https://ci.appveyor.com/project/nexB/aboutcode-toolkit |
12- | | :alt: Linux Master branch tests status | :alt: MacOSX Master branch tests status | :alt: Windows Master branch tests status |
13- +-------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+
14- | |.. image:: https://api.travis-ci.org/nexB/aboutcode-toolkit.png?branch=develop |.. image:: https://api.travis-ci.org/nexB/aboutcode-toolkit.png?branch=develop |.. image:: https://ci.appveyor.com/api/projects/status/nexB/aboutcode-toolkit/branch/develop?png=true |
15- | Develop| :target: https://travis-ci.org/nexB/aboutcode-toolkit | :target: https://travis-ci.org/nexB/aboutcode-toolkit | :target: https://ci.appveyor.com/project/nexB/aboutcode-toolkit |
16- | | :alt: Linux Develop branch tests status | :alt: MacOSX Develop branch tests status | :alt: Windows Develop branch tests status |
17- +-------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+
7+ +-------+-----------------+--------------+
8+ | Branch | **Linux/macOS ** | **Windows ** |
9+ +=======+=================+==============+
10+ | Master | |master-posix | | |master-win | |
11+ +-------+-----------------+--------------+
12+ | Develop| |devel-posix | | |devel-win | |
13+ +-------+-----------------+--------------+
1814
1915
2016The AboutCode Toolkit and ABOUT files provide a simple way to document the
@@ -111,3 +107,18 @@ LICENSE
111107-------
112108The AboutCode Toolkit is released under the Apache 2.0 license.
113109See (of course) the about.ABOUT file for details.
110+
111+
112+ .. |master-posix | image :: https://api.travis-ci.org/nexB/aboutcode-toolkit.png?branch=master
113+ :target: https://travis-ci.org/nexB/aboutcode-toolkit
114+ :alt: Linux Master branch tests status
115+ .. |devel-posix | image :: https://api.travis-ci.org/nexB/aboutcode-toolkit.png?branch=develop
116+ :target: https://travis-ci.org/nexB/aboutcode-toolkit
117+ :alt: Linux Develop branch tests status
118+
119+ .. |master-win | image :: https://ci.appveyor.com/api/projects/status/2o8nnrxc21b4b3w5/branch/master?png=true
120+ :target: https://ci.appveyor.com/project/nexB/aboutcode-toolkit
121+ :alt: Windows Master branch tests status
122+ .. |devel-win | image :: https://ci.appveyor.com/api/projects/status/2o8nnrxc21b4b3w5/branch/develop?png=true
123+ :target: https://ci.appveyor.com/project/nexB/aboutcode-toolkit
124+ :alt: Windows Develop branch tests status
0 commit comments