From e4cb7e179a5bb6755457334702b08d5e5f26a994 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 9 Aug 2022 17:07:09 +0200 Subject: Remove srht build config Signed-off-by: Matthias Beyer --- .builds/debian.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .builds/debian.yml diff --git a/.builds/debian.yml b/.builds/debian.yml deleted file mode 100644 index 1510240..0000000 --- a/.builds/debian.yml +++ /dev/null @@ -1,18 +0,0 @@ -image: debian/stable -sources: - - https://git.sr.ht/~matthiasbeyer/filters -packages: - - curl - - openssl -tasks: - - install: curl https://sh.rustup.rs -sSf | sh -s -- -y - - build: | - cd filters - PATH="$HOME/.cargo/bin:$PATH" cargo build --all - - test: | - cd filters - PATH="$HOME/.cargo/bin:$PATH" cargo test --all - - clippy: | - cd filters - PATH="$HOME/.cargo/bin:$PATH" rustup component add clippy - PATH="$HOME/.cargo/bin:$PATH" cargo clippy --all --all-targets -- -D warnings -- cgit v1.2.3