frost-dalek 0.2.3

FROST: Flexible Round-Optimised Threshold Signature using the Ristretto group
Documentation
language: rust

rust:
  - stable
  - beta
  - nightly

env:
  - TEST_COMMAND=test EXTRA_FLAGS='' FEATURES=''

matrix:
  include:
    # We use the 64-bit optimised curve backend by default, so also test with
    # the 32-bit backend (this also exercises testing with `no_std`):
    - rust: nightly
      env: TEST_COMMAND=build EXTRA_FLAGS='--no-default-features' FEATURES='u32_backend alloc'
    # Test serde support on stable, assuming that if it works there it'll work everywhere:
    #- rust: stable
    #  env: TEST_COMMAND=test EXTRA_FLAGS='' FEATURES='serde'

script:
  - cargo $TEST_COMMAND --features="$FEATURES" $EXTRA_FLAGS

notifications:
  slack:
    rooms:
      - dalek-cryptography:Xxv9WotKYWdSoKlgKNqXiHoD#dalek-bots