imagepipe 0.4.0

An image processing pipeline
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly
before_script:
  - git clone https://github.com/pedrocr/rawloader.git ../rawloader/
  - git clone https://github.com/pedrocr/multicache.git ../multicache/
notifications:
  email:
    recipients:
      - pedro@pedrocr.net
    on_success: change
    on_failure: always
  irc:
    channels:
      - "irc.libera.chat#chimper"
    on_success: change
    on_failure: always
    skip_join: true
if: tag IS blank