sonic-server 0.0.1

Fast, lightweight and schema-less search backend.
sudo: required
services:
  - docker

language: rust
rust:
  - nightly

cache:
  directories:
    - $HOME/.cache

env:
  matrix:
    - OS=debian DIST=jessie ARCH=x86_64

script:
  - git clone https://github.com/packpack/packpack.git packpack
  - packpack/packpack

deploy:
  provider: packagecloud
  username: ${PACKAGECLOUD_USER}
  repository: ${PACKAGECLOUD_REPO}
  token: ${PACKAGECLOUD_TOKEN}
  dist: ${OS}/${DIST}
  package_glob: build/*.{deb,rpm}
  skip_cleanup: true
  on:
    tags: true