mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 10:25:01 +01:00
Be more clear about build kind
This commit is contained in:
parent
032e023b25
commit
3d16b9d460
2 changed files with 4 additions and 4 deletions
|
|
@ -50,8 +50,8 @@
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th>nightly</th>
|
<th>nightly</th>
|
||||||
<th>core</th>
|
<th>core<br>codegen</th>
|
||||||
<th>std</th>
|
<th>std<br>check</th>
|
||||||
</tr>
|
</tr>
|
||||||
{% for build in builds %}
|
{% for build in builds %}
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
|
|
@ -31,8 +31,8 @@
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th>nightly</th>
|
<th>nightly</th>
|
||||||
<th>core</th>
|
<th>core<br>codegen</th>
|
||||||
<th>std</th>
|
<th>std<br>check</th>
|
||||||
</tr>
|
</tr>
|
||||||
{% for build in builds %}
|
{% for build in builds %}
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue