Skip to content

Commit

Permalink
feat: more CI projects in Source page
Browse files Browse the repository at this point in the history
  • Loading branch information
Spasi committed Nov 15, 2023
1 parent 397c353 commit 230c23e
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions client/routes/source/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,22 @@ const SourceRoute: React.FC = () => (
/>
</Box>

<Box>
<BuildBadge
title="FreeType"
href="https://github.com/LWJGL-CI/freetype/actions/workflows/lwjgl.yml"
src="https://img.shields.io/github/actions/workflow/status/LWJGL-CI/freetype/lwjgl.yml?branch=master"
/>
</Box>

<Box>
<BuildBadge
title="HarfBuzz"
href="https://github.com/LWJGL-CI/harfbuzz/actions/workflows/lwjgl.yml"
src="https://img.shields.io/github/actions/workflow/status/LWJGL-CI/harfbuzz/lwjgl.yml?branch=main"
/>
</Box>

<Box>
<BuildBadge
title="GLFW"
Expand All @@ -132,6 +148,14 @@ const SourceRoute: React.FC = () => (
/>
</Box>

<Box>
<BuildBadge
title="hwloc"
href="https://github.com/LWJGL-CI/hwloc/actions/workflows/lwjgl.yml"
src="https://img.shields.io/github/actions/workflow/status/LWJGL-CI/hwloc/lwjgl.yml?branch=master"
/>
</Box>

<Box>
<BuildBadge
title="jemalloc"
Expand All @@ -140,6 +164,14 @@ const SourceRoute: React.FC = () => (
/>
</Box>

<Box>
<BuildBadge
title="KTX"
href="https://github.com/LWJGL-CI/KTX-Software/actions/workflows/lwjgl.yml"
src="https://img.shields.io/github/actions/workflow/status/LWJGL-CI/KTX-Software/lwjgl.yml?branch=main"
/>
</Box>

<Box>
<BuildBadge
title="MoltenVK"
Expand All @@ -156,6 +188,14 @@ const SourceRoute: React.FC = () => (
/>
</Box>

<Box>
<BuildBadge
title="OpenXR Loader"
href="https://github.com/LWJGL-CI/OpenXR-SDK/actions/workflows/lwjgl.yml"
src="https://img.shields.io/github/actions/workflow/status/LWJGL-CI/OpenXR-SDK/lwjgl.yml?branch=main"
/>
</Box>

<Box>
<BuildBadge
title="Opus"
Expand Down

0 comments on commit 230c23e

Please sign in to comment.