diff options
author | Ren Kararou <[email protected]> | 2024-07-13 00:24:20 -0500 |
---|---|---|
committer | Ren Kararou <[email protected]> | 2024-07-13 00:24:20 -0500 |
commit | a31dea4d846f6574263d266106d482f88d46d051 (patch) | |
tree | 960755f8abbe3e51a6cf14ab552d9c1b07805f20 /.build.yml | |
parent | 2355137d412f48379d3fc81d6b727a786e0b765d (diff) | |
download | k2spice-current.tar.gz k2spice-current.tar.bz2 k2spice-current.zip |
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/.build.yml b/.build.yml deleted file mode 100644 index 56858d1..0000000 --- a/.build.yml +++ /dev/null @@ -1,22 +0,0 @@ -image: freebsd/latest -environment: - RUSTFLAGS: -D warnings -sources: - - https://git.sr.ht/~spicywolf/k2spice -tasks: - - rustup: | - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain none -y - source "$HOME/.cargo/env" - rustup toolchain install nightly --allow-downgrade --profile minimal --component clippy - - build: | - cd k2spice - source "$HOME/.cargo/env" - cargo build - - test: | - cd k2spice - source "$HOME/.cargo/env" - cargo test - - clippy: | - cd k2spice - source "$HOME/.cargo/env" - cargo clippy |