Skip to main content

max / balanced_breakfast

Remove sourcehut CI config Sourcehut is used as a backup mirror, not for CI. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Author: Max J. <87768334+MaxJMath@users.noreply.github.com> · 2026-05-02 23:18 UTC
Commit: caadd6c257978716da7537bd3ac9365ff3414975
Parent: 15c8da3
1 file changed, +0 insertions, -31 deletions
D .build.yml -31
@@ -1,31 +0,0 @@
1 - image: archlinux
2 - packages:
3 - - rust
4 - - cmake
5 - - clang
6 - - git
7 - - pkg-config
8 - - perl
9 - - webkit2gtk-4.1
10 - - gtk3
11 - - openssl
12 - - libayatana-appindicator
13 - sources:
14 - - https://git.sr.ht/~maxmj/balanced_breakfast
15 - environment:
16 - CARGO_INCREMENTAL: "0"
17 - RUST_BACKTRACE: "1"
18 - tasks:
19 - - check: |
20 - cd balanced_breakfast
21 - cargo check --workspace 2>&1
22 - - test: |
23 - cd balanced_breakfast
24 - cargo test --workspace 2>&1
25 - - clippy: |
26 - cd balanced_breakfast
27 - cargo clippy --workspace --all-targets -- -D warnings 2>&1
28 - - audit: |
29 - cargo install --locked cargo-audit
30 - cd balanced_breakfast
31 - cargo audit 2>&1