Skip to content

Commit

Permalink
CI Build
Browse files Browse the repository at this point in the history
  • Loading branch information
PugSharp CI committed Nov 14, 2023
1 parent 68da1e0 commit 0529fe9
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/_sources/develop/makefile.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Prepares the gameserver folder, initializes the .env file for the cs2 server, co
- :ref:`develop/makefile:prepare-folders`
- :ref:`develop/makefile:init-env`
- :ref:`develop/makefile:install-deps`
- :ref:`develop/makefile:copy-pugsharp-sample-configs`
- :ref:`develop/makefile:pull-csserver`
- :ref:`develop/makefile:start-csserver`

Expand All @@ -76,6 +77,7 @@ Prepares the gameserver folder, initializes the .env file for the cs2 server, co
- :ref:`develop/makefile:prepare-folders`
- :ref:`develop/makefile:init-env`
- :ref:`develop/makefile:install-deps-docker`
- :ref:`develop/makefile:copy-pugsharp-sample-configs`
- :ref:`develop/makefile:pull-csserver`
- :ref:`develop/makefile:start-csserver`

Expand Down Expand Up @@ -274,6 +276,14 @@ copies pugsharp debug build in to the local cs2 server

No Parameters

copy-pugsharp-sample-configs
........................
copies pugsharp sample configs in to the local cs2 server

**Parameters:**

No Parameters

git-pull
........................
pulls the repository
Expand Down
9 changes: 9 additions & 0 deletions docs/develop/makefile.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
<li class="toctree-l3"><a class="reference internal" href="#build-debug-docker">build-debug-docker</a></li>
<li class="toctree-l3"><a class="reference internal" href="#build-release-docker">build-release-docker</a></li>
<li class="toctree-l3"><a class="reference internal" href="#copy-pugsharp">copy-pugsharp</a></li>
<li class="toctree-l3"><a class="reference internal" href="#copy-pugsharp-sample-configs">copy-pugsharp-sample-configs</a></li>
<li class="toctree-l3"><a class="reference internal" href="#git-pull">git-pull</a></li>
<li class="toctree-l3"><a class="reference internal" href="#docs-html">docs-html</a></li>
<li class="toctree-l3"><a class="reference internal" href="#clean-csserver">clean-csserver</a></li>
Expand Down Expand Up @@ -173,6 +174,7 @@ <h3>init-all<a class="headerlink" href="#init-all" title="Permalink to this head
<li><p><a class="reference internal" href="#prepare-folders"><span class="std std-ref">prepare-folders</span></a></p></li>
<li><p><a class="reference internal" href="#init-env"><span class="std std-ref">init-env</span></a></p></li>
<li><p><a class="reference internal" href="#install-deps"><span class="std std-ref">install-deps</span></a></p></li>
<li><p><a class="reference internal" href="#copy-pugsharp-sample-configs"><span class="std std-ref">copy-pugsharp-sample-configs</span></a></p></li>
<li><p><a class="reference internal" href="#pull-csserver"><span class="std std-ref">pull-csserver</span></a></p></li>
<li><p><a class="reference internal" href="#start-csserver"><span class="std std-ref">start-csserver</span></a></p></li>
</ul>
Expand All @@ -187,6 +189,7 @@ <h3>init-all-docker<a class="headerlink" href="#init-all-docker" title="Permalin
<li><p><a class="reference internal" href="#prepare-folders"><span class="std std-ref">prepare-folders</span></a></p></li>
<li><p><a class="reference internal" href="#init-env"><span class="std std-ref">init-env</span></a></p></li>
<li><p><a class="reference internal" href="#install-deps-docker"><span class="std std-ref">install-deps-docker</span></a></p></li>
<li><p><a class="reference internal" href="#copy-pugsharp-sample-configs"><span class="std std-ref">copy-pugsharp-sample-configs</span></a></p></li>
<li><p><a class="reference internal" href="#pull-csserver"><span class="std std-ref">pull-csserver</span></a></p></li>
<li><p><a class="reference internal" href="#start-csserver"><span class="std std-ref">start-csserver</span></a></p></li>
</ul>
Expand Down Expand Up @@ -340,6 +343,12 @@ <h3>copy-pugsharp<a class="headerlink" href="#copy-pugsharp" title="Permalink to
<p><strong>Parameters:</strong></p>
<p>No Parameters</p>
</section>
<section id="copy-pugsharp-sample-configs">
<h3>copy-pugsharp-sample-configs<a class="headerlink" href="#copy-pugsharp-sample-configs" title="Permalink to this heading"></a></h3>
<p>copies pugsharp sample configs in to the local cs2 server</p>
<p><strong>Parameters:</strong></p>
<p>No Parameters</p>
</section>
<section id="git-pull">
<h3>git-pull<a class="headerlink" href="#git-pull" title="Permalink to this heading"></a></h3>
<p>pulls the repository</p>
Expand Down
Binary file modified docs/objects.inv
Binary file not shown.
Loading

0 comments on commit 0529fe9

Please sign in to comment.