32 lines
712 B
HTML
32 lines
712 B
HTML
<body>
|
|
<h1>Fester Build Control</h1>
|
|
|
|
<button id="load">Load Nodes</button>
|
|
<pre id="nodes"></pre>
|
|
|
|
<hr>
|
|
|
|
<h3>Custom Build</h3>
|
|
|
|
<label>Build Command</label><br>
|
|
<input id="cmd" style="width: 400px" value="make -j$(nproc)"><br><br>
|
|
|
|
<label>Working Directory</label><br>
|
|
<input id="dir" style="width: 400px" value="/home/user/linux"><br><br>
|
|
|
|
<button id="build">Run Build</button>
|
|
|
|
<h3>Output</h3>
|
|
<pre id="output"></pre>
|
|
|
|
<h3>Release Control</h3>
|
|
|
|
<label>Forgejo Repo</label><br>
|
|
<input id="repo" style="width: 400px" value="https://forgejo.local/project.git"><br><br>
|
|
|
|
<button id="run_release">Run Release Build</button>
|
|
|
|
<pre id="release_output"></pre>
|
|
|
|
</body>
|