libcryfs/.travis.yml
Sebastian Messmer 19f6296023 Fix Travis CI
2019-06-02 09:18:28 -07:00

16 lines
232 B
YAML

language: cpp
sudo: required
os: osx
compiler:
# - gcc
- clang
env:
- BUILD_TARGET=Debug
- BUILD_TARGET=Release
- BUILD_TARGET=RelWithDebInfo
install:
- .travisci/install.sh
script:
- .travisci/build_and_test.sh
cache: ccache