summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-03-26 17:31:02 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-03-26 17:51:46 +0100
commit0caa912939cd24b09bd06a29db3f2ead95516780 (patch)
tree6534868ca77280bfd7a90c9cdc5fc00d4f5849a7
parent46923807941e50aa15c8d0537e22921054742598 (diff)
Add sourcehut build script for debian container
-rw-r--r--.builds/debian.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.builds/debian.yml b/.builds/debian.yml
new file mode 100644
index 0000000..5d57dd8
--- /dev/null
+++ b/.builds/debian.yml
@@ -0,0 +1,13 @@
+image: debian/stable
+packages:
+ - curl
+ - openssl
+ - libssl-dev
+ - pkg-config
+sources:
+ - https://git.sr.ht/~matthiasbeyer/distrox
+tasks:
+ - install: curl https://sh.rustup.rs -sSf | sh -s -- -y
+ - check: |
+ cd distrox
+ PATH="$HOME/.cargo/bin:$PATH" cargo check --all --all-features