[go: up one dir, main page]

inferno 0.10.3

Rust port of the FlameGraph performance profiling tool suite
Documentation
task:
  name: freebsd-stable
  freebsd_instance:
    image_family: freebsd-12-1
  env:
    RUST_BACKTRACE: 1
  setup_script:
    - pkg install -y curl git
    - curl https://sh.rustup.rs -sSf --output rustup.sh
    - sh rustup.sh -y
    - . $HOME/.cargo/env
  submodule_script:
    - git submodule sync --recursive
    - git submodule update --init --recursive
  check_script:
    - . $HOME/.cargo/env
    - cargo check --all-targets
  build_script:
    - . $HOME/.cargo/env
    - cargo build --all-targets --verbose
  test_script:
    - . $HOME/.cargo/env
    - cargo test --no-fail-fast --verbose --all -- --nocapture