aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/builds.sr.ht/index.html
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-03-03 15:00:09 -0700
committerDrew DeVault <sir@cmpwn.com>2019-03-03 15:00:09 -0700
commit739296b556d60974c6e750f57fbcb671872ec6a5 (patch)
treeaa42aaf6711f25d5ba9d2a13b8cb4e34c7262378 /tutorials/builds.sr.ht/index.html
parent294085c69ad544b51c8fcd4969314c2beb9f23c0 (diff)
downloadsr.ht-docs-739296b556d60974c6e750f57fbcb671872ec6a5.tar.gz
Add Github -> builds.sr.ht tutorial
Diffstat (limited to 'tutorials/builds.sr.ht/index.html')
-rw-r--r--tutorials/builds.sr.ht/index.html81
1 files changed, 81 insertions, 0 deletions
diff --git a/tutorials/builds.sr.ht/index.html b/tutorials/builds.sr.ht/index.html
new file mode 100644
index 0000000..13b1513
--- /dev/null
+++ b/tutorials/builds.sr.ht/index.html
@@ -0,0 +1,81 @@
+<p>
+ Ready to do more with builds.sr.ht? Here is a collection of useful tutorials
+ for setting up various kinds of build automations.
+</p>
+<style>
+.tutorial:not(:last-child) {
+ margin-bottom: 1rem;
+}
+</style>
+<div class="tutorial">
+ <div class="event" style="margin-left: -0.5rem; margin-right: -0.5rem;">
+ <h3 id="getting-started-with-buildssrht">Getting started with builds.sr.ht</h3>
+ <p>
+ Running your first few jobs on our continuous integration platform,
+ builds.sr.ht.
+ </p>
+ <a href="../getting-started-with-builds.md" class="btn btn-default">
+ Read more
+ <span class="icon icon-caret-right">
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg>
+ </span>
+ </a>
+ </div>
+</div>
+<div class="tutorial">
+ <h3>Using builds.sr.ht for GitHub CI</h3>
+ <p>
+ builds.sr.ht can be used to run CI for platforms outside of sourcehut -
+ here's how.
+ </p>
+ <a href="github-integration.md" class="btn btn-default">
+ Read more
+ <span class="icon icon-caret-right">
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg>
+ </span>
+ </a>
+</div>
+<!--
+<div class="tutorial">
+ <h3>Contributing to projects on sr.ht</h3>
+ <p>
+ How to configure git to send emails and sending your first patches.
+ </p>
+ <a href="contributing-to-projects.md" class="btn btn-default">
+ Read more
+ <span class="icon icon-caret-right">
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg>
+ </span>
+ </a>
+</div>
+<div class="tutorial">
+ <h3>Accepting patches from a mailing list</h3>
+ <p>
+ Integrating patches from mailing lists into your own projects.
+ </p>
+ <a href="accepting-patches-from-lists.md" class="btn btn-default">
+ Read more
+ <span class="icon icon-caret-right">
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg>
+ </span>
+ </a>
+</div>
+<div class="tutorial">
+ <h3>Using secrets on builds.sr.ht</h3>
+ <p>
+ How to securely use secret data in builds.sr.ht jobs.
+ </p>
+ <a href="using-secrets-in-builds.md" class="btn btn-default">
+ Read more
+ <span class="icon icon-caret-right">
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg>
+ </span>
+ </a>
+</div>
+-->
+<hr />
+<div class="alert alert-primary">
+ <strong>More tutorials are coming!</strong>
+ 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>