mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 18:35:01 +01:00
Add filtering for failures
This commit is contained in:
parent
abb83f24b2
commit
42cd9fda83
5 changed files with 53 additions and 8 deletions
|
|
@ -13,6 +13,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Build results for nightly-{{nightly}} target {{target}} {{mode}}</h1>
|
||||
<a href="/">Home</a>
|
||||
<div style="margin-top: 20px" class="{{status}} build-indicator-big">
|
||||
{{status}}
|
||||
</div>
|
||||
|
|
@ -20,10 +21,14 @@
|
|||
{{stderr}}
|
||||
</pre>
|
||||
<p>
|
||||
<a href="/target?target={{target}}">Build history for target {{target}}</a>
|
||||
<a href="/target?target={{target}}"
|
||||
>Build history for target {{target}}</a
|
||||
>
|
||||
</p>
|
||||
<p>
|
||||
<a href="/nightly?nightly={{nightly}}">Build state for nightly {{nightly}}</a>
|
||||
<a href="/nightly?nightly={{nightly}}"
|
||||
>Build state for nightly {{nightly}}</a
|
||||
>
|
||||
</p>
|
||||
<footer class="footer">
|
||||
<span>does-it-build {{version}}</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue