Skip to content

Commit c1dea1b

Browse files
committed
Update page
1 parent 3d3f810 commit c1dea1b

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

index.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Swift Everywhere – Android Build Status
88
<small>
99
This site acts as a supplement to the
1010
<a href="https://swiftpackageindex.com">Swift Package Index</a>
11-
by providing build status for additional platforms, such as
11+
by providing build status for additional platforms such as
1212
<a href="https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/discussions/3461">Android</a>,
1313
<a href="https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/discussions/1354">Windows</a>,
1414
and <a href="https://www.swift.org/documentation/articles/static-linux-getting-started.html">Musl</a>.
@@ -28,26 +28,25 @@ are successfully building for Android.
2828

2929
<table>
3030
<tr>
31-
<th>Name</th>
32-
<th>Status</th>
33-
<th>Stars</th>
34-
<th>Build Log</th>
31+
<th>Repository</th>
32+
<th>Status</th>
33+
<th>Stars</th>
3534
</tr>
36-
{% for object in items %}
37-
<tr>
38-
{% assign value = object %}
35+
{% for value in items %}
36+
<tr style="background-color: {% if value.status == 'success' %}#e6ffe6{% else %}#ffe6e6{% endif %};">
37+
<tr>
3938
<td><a href="{{ value.repo }}">{{ value.repo }}</a></td>
40-
<td>{{ value.status }}</td>
39+
<td><a href="https://github.com/swift-everywhere/swift-package-builds/actions/runs/{{ value.runid }}>">{{ value.status }}</a></td>
4140
<td>{{ value.stars }}</td>
42-
<td><a href="https://github.com/swift-everywhere/swift-package-builds/actions/runs/{{ value.runid }}>">{{ value.runid }}</a></td>
4341
<!--
4442
<td>{{ value.created }}</td>
4543
<td>{{ value.modified }}</td>
4644
-->
47-
</tr>
45+
</tr>
4846
{% endfor %}
4947
</table>
5048

49+
<hr />
5150
<h3>Windows Build Status: Coming Soon!</h3>
5251
<hr />
5352
<h3>Musl Build Status: Coming Soon!</h3>

0 commit comments

Comments
 (0)