From 26e01c06f68ec4c44d8c14b6f2b470dc557d1c6c Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 27 Nov 2021 12:34:48 +0100 Subject: Remove srht builds directory Signed-off-by: Matthias Beyer --- .builds/debian.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .builds/debian.yml diff --git a/.builds/debian.yml b/.builds/debian.yml deleted file mode 100644 index 5d57dd8..0000000 --- a/.builds/debian.yml +++ /dev/null @@ -1,13 +0,0 @@ -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 -- cgit v1.2.3