blob: 8f6b01a60508d9cbebe44d3bb62ea8959539a48e [file] [log] [blame]
Deployment Bot (from Travis CI)6d7e6e92021-06-14 19:18:41 +00001
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5<html xmlns="http://www.w3.org/1999/xhtml">
6 <head>
7 <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9 <title>Building with ci scripts &#8212; OpenPOWER Firmware v2.6-257-g5b5624c2
10 documentation</title>
11 <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
12 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
13 <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
14 <script type="text/javascript" src="../_static/jquery.js"></script>
15 <script type="text/javascript" src="../_static/underscore.js"></script>
16 <script type="text/javascript" src="../_static/doctools.js"></script>
17 <link rel="index" title="Index" href="../genindex.html" />
18 <link rel="search" title="Search" href="../search.html" />
19 <link rel="next" title="op-build stable tree rules and releases" href="stable-rules.html" />
20 <link rel="prev" title="op-build Linux Kernel" href="KernelTree.html" />
21
22 <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
23
24
25 <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
26
27 </head><body>
28
29
30 <div class="document">
31 <div class="documentwrapper">
32 <div class="bodywrapper">
33
34
35 <div class="body" role="main">
36
37 <div class="section" id="building-with-ci-scripts">
38<h1>Building with ci scripts<a class="headerlink" href="#building-with-ci-scripts" title="Permalink to this headline">ΒΆ</a></h1>
39<p>op-build has several build scripts in the ci/ directory aimed at being used to
40help continuous integration environments, as well as specifying build
41dependencies as code.</p>
42<p>These use Docker containers for the build environment.</p>
43<p>It is recommended you use (or send patches so that you can use them) these over
44rolling your own scripts.</p>
45</div>
46
47
48 </div>
49
50 </div>
51 </div>
52 <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
53 <div class="sphinxsidebarwrapper">
54<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
55
56
57
58
59
60
61
62
63<h3>Navigation</h3>
64<p class="caption"><span class="caption-text">Contents:</span></p>
65<ul class="current">
66<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
67<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
68<li class="toctree-l1 current"><a class="reference internal" href="index.html">Development Process</a><ul class="current">
69<li class="toctree-l2"><a class="reference internal" href="CONTRIBUTING.html">Contributing to op-build</a></li>
70<li class="toctree-l2"><a class="reference internal" href="KernelTree.html">op-build Linux Kernel</a></li>
71<li class="toctree-l2 current"><a class="current reference internal" href="#">Building with ci scripts</a></li>
72<li class="toctree-l2"><a class="reference internal" href="stable-rules.html">op-build stable tree rules and releases</a></li>
73</ul>
74</li>
75<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
76<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
77<li class="toctree-l1"><a class="reference internal" href="../release-notes/index.html">op-build Release Notes</a></li>
78</ul>
79
80<div class="relations">
81<h3>Related Topics</h3>
82<ul>
83 <li><a href="../index.html">Documentation overview</a><ul>
84 <li><a href="index.html">Development Process</a><ul>
85 <li>Previous: <a href="KernelTree.html" title="previous chapter">op-build Linux Kernel</a></li>
86 <li>Next: <a href="stable-rules.html" title="next chapter">op-build stable tree rules and releases</a></li>
87 </ul></li>
88 </ul></li>
89</ul>
90</div>
91<div id="searchbox" style="display: none" role="search">
92 <h3>Quick search</h3>
93 <div class="searchformwrapper">
94 <form class="search" action="../search.html" method="get">
95 <input type="text" name="q" />
96 <input type="submit" value="Go" />
97 <input type="hidden" name="check_keywords" value="yes" />
98 <input type="hidden" name="area" value="default" />
99 </form>
100 </div>
101</div>
102<script type="text/javascript">$('#searchbox').show(0);</script>
103
104
105
106
107
108
109
110
111 </div>
112 </div>
113 <div class="clearer"></div>
114 </div>
115 <div class="footer">
116 &copy;2017, OpenPOWER Foundation System Software Work Group.
117
118 |
119 Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
120 &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
121
122 |
123 <a href="../_sources/process/building-with-ci.rst.txt"
124 rel="nofollow">Page source</a>
125 </div>
126
127
128
129
130 </body>
131</html>