1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-14 06:23:07 +01:00

first trigger of builds via GUI

This commit is contained in:
andreas
2023-09-05 21:15:07 +02:00
parent 56b5598c15
commit 0e0be14415
7 changed files with 239 additions and 37 deletions

38
webinstall/cibuild.html Normal file
View File

@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html>
<head>
<script type="module" src="cibuild.js"></script>
<link rel="stylesheet" href="cibuild.css"/>
</head>
<body>
<h1>Build your own ESP32-NMEA2000</h1>
<div class="xrow">
<label>Board type</label>
<input type="text" id="environment" value="m5stack-atom-generic">
</div>
<div class="xrow">
<label>Build Flags</label>
<input type="text" id="buildflags" value="">
</div>
<div class="xrow">
<button id="start">Start</button>
</div>
<div class="xrow">
<label>Pipeline Id</label>
<div id="pipeline">---</div>
</div>
<div class="xrow">
<label>Status</label>
<div id="status">---</div>
</div>
<div class="xrow hidden">
<a target="_" id="link">WebStatus</a>
</div>
<div class="xrow hidden">
<button id="download">Download</button>
</div>
<iframe id="dlframe" width="1" height="1"></iframe>
</body>
</html>