mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-08-04 02:06:29 -04:00
41 lines
1.6 KiB
HTML
41 lines
1.6 KiB
HTML
<!--
|
|
-
|
|
- file: build.html
|
|
-
|
|
- Copyright (c) 2020, Google LLC
|
|
- All rights reverved.
|
|
-
|
|
- See the file COPYING in the top directory of this distribution for
|
|
- more information.
|
|
-
|
|
- THE SOFTWARE IS PROVIDED _AS IS_, WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
- THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
- DEALINGS IN THE SOFTWARE.
|
|
-
|
|
-->
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>tclap -- Templatized C++ Command Line Parser Library (build status)</title>
|
|
<link rel="stylesheet" href="style.css" type="text/css">
|
|
</head>
|
|
<body>
|
|
<H2>Latest Build Status</H2>
|
|
<img src="https://dev.azure.com/danielaarno/tclap/_apis/build/status/tclap-CI-WIN%20(1.2)"
|
|
alt="Windows build status"> Windows<br>
|
|
|
|
<img src="https://dev.azure.com/danielaarno/tclap/_apis/build/status/tclap-CI%20(1.2)"
|
|
alt="Linux build status"> Linux<br>
|
|
|
|
<img src="https://dev.azure.com/danielaarno/tclap/_apis/build/status/tclap-CI%20(1.2)-MAC"
|
|
alt="Mac build status"> Mac<br>
|
|
|
|
<H2><a href="https://dev.azure.com/danielaarno/tclap/_dashboards/dashboard/6896dc4d-6225-481d-a06d-c1f690d561b5">CI Dashboard</a></H2>
|
|
</body>
|
|
</html>
|