summaryrefslogtreecommitdiffstats
path: root/.builds/debian.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-02-10 08:11:56 +0100
committerGitHub <noreply@github.com>2024-02-10 08:11:56 +0100
commit2ef07c6228e39b752a48522a254dd26fa18d91f2 (patch)
tree6e36cc03c22a03bafc50db952053afed5d542d8c /.builds/debian.yml
parentcdbfa55a2bd38a250bae5eb3bbfe89bd3190cc37 (diff)
parent011d14015a5611f03a677fc5213c59a8935dee0d (diff)
Merge pull request #6 from matthiasbeyer/ci
Ci
Diffstat (limited to '.builds/debian.yml')
-rw-r--r--.builds/debian.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.builds/debian.yml b/.builds/debian.yml
deleted file mode 100644
index 9aba55c..0000000
--- a/.builds/debian.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-image: debian/stable
-sources:
- - https://git.sr.ht/~matthiasbeyer/kairos
-packages:
- - curl
- - openssl
-tasks:
- - install: curl https://sh.rustup.rs -sSf | sh -s -- -y
- - build: |
- cd kairos
- PATH="$HOME/.cargo/bin:$PATH" cargo build --all
- - test: |
- cd kairos
- PATH="$HOME/.cargo/bin:$PATH" cargo test --all