findshlibs 0.7.0

Find the set of shared libraries loaded in the current process with a cross platform API
Documentation
sudo: false

dist: trusty

language: rust

os:
- linux
- osx

rust:
- nightly
- beta
- stable
- 1.34.0
cache: cargo

addons:
  sources:
    - llvm-toolchain-trusty-3.9 # Provides clang-3.9
  apt:
    packages:
    - binutils-dev
    - clang-3.9               # Required for bindgen
    - libcurl4-openssl-dev
    - libelf-dev
    - libdw-dev

before_install:
- source ./ci/before_install.sh

matrix:
  fast_finish: true
env:
  matrix:
  - PROFILE="--release"
  - PROFILE=""

script:
- PROFILE="$PROFILE" ./ci/script.sh