summaryrefslogtreecommitdiffstats
path: root/.builds/debian.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/debian.yml')
-rw-r--r--.builds/debian.yml13
1 files changed, 0 insertions, 13 deletions
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