mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-21 20:27:46 +00:00
Remove .build.yml
Not needed anymore
This commit is contained in:
parent
d5d1980b43
commit
730d97e5f9
1 changed files with 0 additions and 37 deletions
37
.build.yml
37
.build.yml
|
@ -1,37 +0,0 @@
|
||||||
image: archlinux
|
|
||||||
packages:
|
|
||||||
- rust
|
|
||||||
- cargo-deny
|
|
||||||
- unshield
|
|
||||||
- rsync
|
|
||||||
- reuse
|
|
||||||
- cmake
|
|
||||||
sources:
|
|
||||||
- https://git.sr.ht/~redstrate/physis
|
|
||||||
secrets:
|
|
||||||
- b748582a-5d31-4fe8-94d6-4a63035e97aa
|
|
||||||
tasks:
|
|
||||||
- update-docs: |
|
|
||||||
cd physis
|
|
||||||
cargo doc --release --no-deps
|
|
||||||
echo "StrictHostKeyChecking=no" >> ~/.ssh/config
|
|
||||||
rsync -e 'ssh -p 38901' -Wvr target/doc/ deploy@ryne.moe:/srv/http/physis-docs
|
|
||||||
- reuse: |
|
|
||||||
cd physis
|
|
||||||
reuse lint
|
|
||||||
- check: |
|
|
||||||
cd physis
|
|
||||||
cargo check
|
|
||||||
- clippy: |
|
|
||||||
cd physis
|
|
||||||
cargo clippy
|
|
||||||
- test: |
|
|
||||||
cd physis
|
|
||||||
cargo test
|
|
||||||
- deny-check: |
|
|
||||||
cd physis
|
|
||||||
cargo deny check
|
|
||||||
- semver-checks: |-
|
|
||||||
cd physis
|
|
||||||
cargo install --locked cargo-semver-checks
|
|
||||||
cargo semver-checks check-release
|
|
Loading…
Add table
Reference in a new issue