diff options
Diffstat (limited to 'tutorials/builds.sr.ht/index.html')
-rw-r--r-- | tutorials/builds.sr.ht/index.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/tutorials/builds.sr.ht/index.html b/tutorials/builds.sr.ht/index.html index 3661341..d40e4b1 100644 --- a/tutorials/builds.sr.ht/index.html +++ b/tutorials/builds.sr.ht/index.html @@ -54,3 +54,37 @@ Is there something in particular you want to see here? Mention it on <a href="https://lists.sr.ht/~sircmpwn/sr.ht-discuss">sr.ht-discuss</a>! </div> +<h3>Example build manifests</h3> +<p> + Here are a few example build manifests to quickly get you started. Got one of + your own to add? Send a patch to + <a href="https://lists.sr.ht/~sircmpwn/sr.ht-dev">sr.ht-dev</a> editing this + page! +</p> +<ul> + <li> + <a href="https://git.sr.ht/~sircmpwn/drewdevault.com/tree/master/.build.yml"> + Deploying a Jekyll blog + </a> + </li> + <li> + <a href="https://git.sr.ht/~sircmpwn/sourcehut.org/tree/master/.build.yml"> + Deploying a Hugo site + </a> + </li> + <li> + <a href="https://git.sr.ht/~sircmpwn/git.sr.ht/tree/master/.builds/alpine.yml"> + Building Alpine Linux packages for a third-party repo + </a> + </li> + <li> + <a href="https://git.sr.ht/~sircmpwn/git.sr.ht/tree/master/.builds/archlinux.yml"> + Building Arch Linux packages for a third-party repo + </a> + </li> + <li> + <a href="https://git.sr.ht/~emersion/mrsh/tree/master/.builds"> + Testing a C project on 3 platforms + </a> + </li> +</ul> |