-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev.html
69 lines (61 loc) · 3.49 KB
/
dev.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<html> <head>
<title>MCViNE development</title>
<script language="javascript" type="text/javascript" src="flot/jquery.js"></script>
<script src="mcvine.js"></script>
<link rel="stylesheet" type="text/css" href="mcvine.css">
</head>
<body>
<div id="page" class="top">
<div id="status_table">
<h2> CI Status Table </h2>
<!-- generated by using https://markdowntohtml.com/ -->
<table>
<thead>
<tr>
<th style="text-align:center"><a href="https://github.com/mcvine/mcvine">Core</a></th>
<th style="text-align:center"><a href="https://github.com/mcvine/phonon">phonon</a></th>
<th style="text-align:center"><a href="https://github.com/mcvine/mantid2mcvine">mantid2mcvine</a></th>
<th style="text-align:center"><a href="https://github.com/mcvine/instruments">instruments</a></th>
<th style="text-align:center"><a href="https://github.com/mcvine/workflow">workflow</a></th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:center"><a href="https://github.com/mcvine/mcvine/actions?query=workflow%3ACI"><img src="https://github.com/mcvine/mcvine/workflows/CI/badge.svg" alt="Build Status"></a></td>
<td style="text-align:center"><a href="https://github.com/mcvine/phonon/actions?query=workflow%3ACI"><img src="https://github.com/mcvine/phonon/workflows/CI/badge.svg" alt="Build Status"></a></td>
<td style="text-align:center"><a href="https://github.com/mcvine/mantid2mcvine/actions?query=workflow%3ACI"><img src="https://github.com/mcvine/mantid2mcvine/workflows/CI/badge.svg" alt="Build Status"></a></td>
<td style="text-align:center"><a href="https://github.com/mcvine/instruments/actions?query=workflow%3ACI"><img src="https://github.com/mcvine/instruments/workflows/CI/badge.svg" alt="Build Status"></a></td>
<td style="text-align:center"><a href="https://github.com/mcvine/workflow/actions?query=workflow%3ACI"><img src="https://github.com/mcvine/workflow/workflows/CI/badge.svg" alt="Build Status"></a></td>
</tr>
</tbody>
</table>
<p>
<table>
<thead>
<tr>
<th style="text-align:center"><a href="https://github.com/mcvine/systemtests-instruments">systemtests-instruments</a></th>
<th style="text-align:center"><a href="https://github.com/mcvine/systemtests-sample-assemblies">systemtests-sample-assemblies</a></th>
<th style="text-align:center"><a href="https://github.com/mcvine/dgsres">dgsres</a></th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:center"><a href="https://console.aws.amazon.com/codesuite/codebuild/668650830132/projects/mcvine-systemtests-instruments-py3/"><img src="https://codebuild.us-east-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiR3pIMHBZTk1HTjF2R3JRUUpxSzlqTFBQenJ5NEg3NElMRlVLdEIzUDZ4U1F5YjFQN3NSZGsrUjNmRXdjeW4vMjM3cHNPaTV6ZXhhRCtpOGVNQmF2QWxnPSIsIml2UGFyYW1ldGVyU3BlYyI6IlpvRVEwUE4ydytQZk94UksiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master" alt="Build Status"></a></td>
<td style="text-align:center"><a href="https://github.com/mcvine/systemtests-sample-assemblies/actions?query=workflow%3ACI"><img src="https://github.com/mcvine/systemtests-sample-assemblies/workflows/CI/badge.svg" alt="Build Status"></a></td>
<td style="text-align:center"><a href="https://github.com/mcvine/dgsres/actions/workflows/CI.yml"><img src="https://github.com/mcvine/dgsres/actions/workflows/CI.yml/badge.svg" alt="CI"></a></td>
</tr>
</tbody>
</table>
</div> <!-- status_table -->
<p style="margin-top: 2em">
<a style="font-size: 1.5em; text-decoration: underline;"
href="https://github.com/mcvine/devel">
MCViNE development portal
</a>
</p>
</div> <!-- page -->
<script>
mcvine.init();
</script>
</body>
</html>