summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-11-08 15:18:29 +0100
committerMatthias Beyer <mail@beyermatthias.de>2022-11-08 15:18:29 +0100
commitc150cb307930f4aaaaca37b0c832eb8aa3c37c38 (patch)
tree28d172b016c995401b986520cd2585018433a912
parent7641388216802ba578a5f14c1ad50dae1b0ce5c2 (diff)
Remove sourcehut build infra
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--.builds/debian.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.builds/debian.yml b/.builds/debian.yml
deleted file mode 100644
index 111f38d..0000000
--- a/.builds/debian.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-image: debian/buster
-sources:
- - https://git.sr.ht/~matthiasbeyer/daglib
-tasks:
- - install: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.50.0
- - build: |
- cd daglib
- PATH="$HOME/.cargo/bin:$PATH" cargo build --all --all-features
- - test: |
- cd daglib
- PATH="$HOME/.cargo/bin:$PATH" cargo test --all --all-features
-triggers:
- - action: email
- condition: always
- to: mail@beyermatthias.de
-