summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-04-24 12:41:35 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-04-24 12:41:35 +0200
commit772b21f38c4fce0bf856abd8dda359e7d1a0c6a6 (patch)
tree7ad407c61c29695fc469d431107c3a5852fe0bd8
parenta0bad9c82337ab7dd273a7bd3d2393541aa2cb74 (diff)
parent4d3e5b059a21a6f78ff6710531ad42a60527fa99 (diff)
Merge branch 'to-srht'
-rw-r--r--.builds/debian.yml14
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md10
2 files changed, 19 insertions, 5 deletions
diff --git a/.builds/debian.yml b/.builds/debian.yml
new file mode 100644
index 0000000..9aba55c
--- /dev/null
+++ b/.builds/debian.yml
@@ -0,0 +1,14 @@
+image: debian/stable
+sources:
+ - https://git.sr.ht/~matthiasbeyer/kairos
+packages:
+ - curl
+ - openssl
+tasks:
+ - install: curl https://sh.rustup.rs -sSf | sh -s -- -y
+ - build: |
+ cd kairos
+ PATH="$HOME/.cargo/bin:$PATH" cargo build --all
+ - test: |
+ cd kairos
+ PATH="$HOME/.cargo/bin:$PATH" cargo test --all
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index ef4b5f0..eb007f9 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -2,11 +2,11 @@
IMPORTANT NOTICE
-Github is only used for CI right now, main development continues on the
-mailinglist.
+Github is only used for CI right now, main development continues on
+sourcehut.
-Please send issues and pull requests (either via `git request-pull` or `git
-format-patch` + `git send-email`) to
-[the imag mailinglist](https://imag-pim.org/mailinglist/).
+Please send patches to:
+
+ https://lists.sr.ht/~matthiasbeyer/kairos
-->