-
Notifications
You must be signed in to change notification settings - Fork 1
/
tao.xml
42 lines (40 loc) · 1.57 KB
/
tao.xml
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
<scoreboard>
<preamble>
<center><h1>TAO Scoreboard</h1></center>
<hr/>
This is the TAO scoreboard. It shows all the OS/platform combinations on which
<a href="https://github.com/DOCGroup/ACE_TAO">TAO</a> is tested everyday.
<hr/>
</preamble>
<group>
<name>Linux</name>
<build>
<name>RHEL80_x64_debug</name>
<url>https://download.remedy.nl/buildlogs/rhel80_acetao_debug/</url>
<build_sponsor>Remedy IT</build_sponsor>
<build_sponsor_url>https://www.remedy.nl</build_sponsor_url>
<diffroot>https://github.com/DOCGroup/ACE_TAO/commit/</diffroot>
</build>
<build>
<name>RHEL80_x64_release</name>
<url>https://download.remedy.nl/buildlogs/rhel80_acetao_release/</url>
<build_sponsor>Remedy IT</build_sponsor>
<build_sponsor_url>https://www.remedy.nl</build_sponsor_url>
<diffroot>https://github.com/DOCGroup/ACE_TAO/commit/</diffroot>
</build>
<build>
<name>Ubuntu_22_04_GCC14_x64_Debug</name>
<url>https://storage.googleapis.com/oci-scoreboard/ACE_TAO_Ubuntu_22_04_GCC14_x64_Debug</url>
<build_sponsor>OCI</build_sponsor>
<build_sponsor_url>http://theaceorb.com/</build_sponsor_url>
<diffroot>https://github.com/DOCGroup/ACE_TAO/commit/</diffroot>
</build>
<build>
<name>Ubuntu_22_04_Clang17_x64_Debug</name>
<url>https://storage.googleapis.com/oci-scoreboard/ACE_TAO_Ubuntu_22_04_Clang17_x64_Debug</url>
<build_sponsor>OCI</build_sponsor>
<build_sponsor_url>http://theaceorb.com</build_sponsor_url>
<diffroot>https://github.com/DOCGroup/ACE_TAO/commit/</diffroot>
</build>
</group>
</scoreboard>