mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-16 15:48:15 -04:00
Display CI build status on sourceforge
This commit is contained in:
parent
d6419ab716
commit
c398dd3d7d
37
docs/build.html
Normal file
37
docs/build.html
Normal file
@ -0,0 +1,37 @@
|
||||
<!--
|
||||
-
|
||||
- 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>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
rsync -aP html index.html manual.html style.css \
|
||||
rsync -aP html index.html manual.html style.css build.html \
|
||||
$USER@web.sourceforge.net:/home/project-web/tclap/htdocs
|
||||
|
Loading…
x
Reference in New Issue
Block a user