forked from RuleWorld/bionetgen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautomation.html
47 lines (45 loc) · 2.25 KB
/
automation.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
<html>
<head>
<title> Defects in RuleBender </title>
<META NAME="ROBOTS" CONTENT="NOINDEX,NOFOLLOW">
</head>
<body>
<font size="4">
<center> <h1>
The Build Process for BioNetGen <br>
Is Almost Completely Automated
</h1></center>
<center>
Note that "automated" means that a functioning YAML file has been created
for either Travis or Appveyor. As a result of this automation, the build
machine and build process will be stabilized for future builds.
Jose did most of the automation, but Rob did enough of the builds, so
that he now has an in-depth understanding of the build process. There was
a little more cross pollenation and cooperation between Jose and Rob than
the table suggests, but basically the table shows who did what.
</center>
<br>
<center>
<table border="2">
<tr><td>Product</td><td>System Used</td><td>Automated Build</td>
<td>Automated Test</td>
<td>Who Did The Automation</td>
</tr>
<tr><td>run_network Lin64</td><td bgcolor="yellow">Travis</td><td>Yes</td><td>Yes</td><td>Jose</td></tr>
<tr><td>run_network Osx64</td><td bgcolor="yellow">Travis</td><td>Yes</td><td>Yes</td><td>Jose</td></tr>
<tr><td>run_network Win32</td><td bgcolor="orange">CygWin</td><td>No</td><td>No</td><td bgcolor="pink">Rob revived make_dist.pl</td></tr>
<tr><td>run_network Win64</td><td bgcolor="green">Appveyor</td><td>Yes</td><td>Yes</td><td>Jose
<font color="red"> (Not completed) </font>
</td></tr>
<tr><td>NFsim Lin64</td><td bgcolor="yellow">Travis</td><td>Yes</td><td>Yes</td><td>Jose</td></tr>
<tr><td>NFsim Osx64</td><td bgcolor="yellow">Travis</td><td>Yes</td><td>Yes</td><td>Jose</td></tr>
<tr><td>NFsim Win32</td><td bgcolor="green">Appveyor</td><td>Yes</td><td>Yes</td><td bgcolor="pink" >Rob (from scratch)</td></tr>
<tr><td>NFsim Win64</td><td bgcolor="green">Appveyor</td><td>Yes</td><td>Yes</td><td>Jose using Ninja</td></tr>
<tr><td>sbmlTranslator Lin64</td><td bgcolor="yellow">Travis</td><td>Yes</td><td>Yes</td><td>Jose</td></tr>
<tr><td>sbmlTranslator Osx64</td><td bgcolor="yellow">Travis</td><td>Yes</td><td>Yes</td><td>Jose</td></tr>
<tr><td>sbmlTranslator Win64</td><td bgcolor="green">Appveyor</td><td>Yes</td><td>Yes</td><td>Jose</td></tr>
</table>
</center>
</font>
</body>
</html>