File: justfile

package info (click to toggle)
rust-yaml-rust2 0.10.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 552 kB
  • sloc: makefile: 2
file content (20 lines) | stat: -rw-r--r-- 790 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
before_commit:
  cargo fmt --check
  cargo clippy --release --all-targets -- -D warnings
  cargo clippy --all-targets -- -D warnings
  cargo build --release --all-targets
  cargo build --all-targets
  cargo clippy --release --all-targets --no-default-features -- -D warnings
  cargo test
  cargo test --release
  cargo test --doc
  cargo test --release --no-default-features
  cargo build --profile=release-lto --package gen_large_yaml --bin gen_large_yaml --manifest-path tools/gen_large_yaml/Cargo.toml
  RUSTDOCFLAGS="-D warnings" cargo doc --all-features

ethi_bench:
  cargo build --release --all-targets
  cd ../Yaml-rust && cargo build --release --all-targets
  cd ../serde-yaml/ && cargo build --release --all-targets
  cd ../libfyaml/build && ninja
  cargo bench_compare run_bench