From c398dd3d7d4c7a1e9c857309372820f3ff880c15 Mon Sep 17 00:00:00 2001 From: Daniel Aarno Date: Thu, 26 Mar 2020 10:04:47 +0000 Subject: [PATCH] Display CI build status on sourceforge --- docs/build.html | 37 +++++++++++++++++++++++++++++++++++++ docs/upload.sh | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 docs/build.html diff --git a/docs/build.html b/docs/build.html new file mode 100644 index 0000000..14baac9 --- /dev/null +++ b/docs/build.html @@ -0,0 +1,37 @@ + + + + +tclap -- Templatized C++ Command Line Parser Library (build status) + + + +Windows build status Windows
+ +Linux build status Linux
+ +Mac build status Mac
+ + diff --git a/docs/upload.sh b/docs/upload.sh index 7dfeb3a..0fceacb 100755 --- a/docs/upload.sh +++ b/docs/upload.sh @@ -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