Skip to content
  • Rafael Kitover's avatar
    add Travis CI support · 8778837c
    Rafael Kitover authored
    Use a matrix of 4 jobs, linux (ubuntu trusty), mingw i686, mingw x86-64
    and mac.
    
    Automatically detect ccache in the cmake config and cache the
    `~/.ccache` directory for faster rebuilds.
    
    Instructions for ccache in cmake are here:
    https://stackoverflow.com/a/24305849
    
    Change build status badge in README.md to Travis.
    8778837c