Link to CI dashboard on Azure

This commit is contained in:
Daniel Aarno 2020-03-26 10:14:29 +00:00
parent c398dd3d7d
commit f940a0777f

View File

@ -25,6 +25,7 @@
<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>
@ -33,5 +34,7 @@
<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>