-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathci_tools.html
64 lines (51 loc) · 2.03 KB
/
ci_tools.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
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Ryan Howard: Professional Software Developer</title>
</head>
<body>
<div id="container">
<div id="header">
<h1>Ryan<span class="off">Howard</span></h1>
<h2>Software Engineer</h2>
</div>
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="embedded_work.html">Embedded Systems</a></li>
<li><a href="ci_tools.html">CI and Tools</a></li>
<li><a href="links.html">Profile Links</a></li>
</ul>
</div>
<div id="leftmenu">
<div id="leftmenu_top"></div>
<div id="leftmenu_main">
<h2>Links</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="embedded_work.html">Embedded Systems</a></li>
<li><a href="ci_tools.html">CI and Tools</a></li>
<li><a href="links.html">Profile Links</a></li>
</ul>
</div>
<div id="leftmenu_bottom"></div>
</div>
<div id="content">
<div id="content_top"></div>
<div id="content_main">
<h2>Continous Integration and Build Tools</h2>
<p> </p>
<ul>
<li>Build Systems and Development Tools development, implementing and maintaining CI servers (Jenkins and Travis), integrating them with software repositories(Github), build artifact servers(Artifactory, Maven) and automated deployment systems.</li>
<li>Software installation scripting, creating installation packages for Windows, Apple, Ubuntu and Fedora.</li>
<li>Build Process scripting in Bash/sh, Python and GO</li>
<li>Compilation scripting in CMake, Scons, MakeFiles, Visual Studio Files</li>
</ul>
</div>
<div id="content_bottom"></div>
</div>
</div>
</body>
</html>