diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-03-03 15:19:13 -0700 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-03-03 15:19:13 -0700 |
commit | 93c640ea6d7037ddf2162e97497effee25a7a96a (patch) | |
tree | bb076484d52ef5244853ce5114296ec3f327dec8 /tutorials/builds.sr.ht | |
parent | e0470b9ee92edd5c14ab5f9e8fd43505e45d02a0 (diff) | |
download | sr.ht-docs-93c640ea6d7037ddf2162e97497effee25a7a96a.tar.gz |
Add list of example build manifests
Diffstat (limited to 'tutorials/builds.sr.ht')
-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> |