libcryfs/.travis.yml

16 lines
232 B
YAML
Raw Normal View History

2015-02-19 19:36:43 +01:00
language: cpp
2015-04-08 17:01:14 +02:00
sudo: required
os: osx
2015-02-19 19:36:43 +01:00
compiler:
# - gcc
2016-02-11 03:08:32 +01:00
- clang
env:
- BUILD_TARGET=Debug
- BUILD_TARGET=Release
- BUILD_TARGET=RelWithDebInfo
2015-02-20 02:02:35 +01:00
install:
2018-02-18 03:54:22 +01:00
- .travisci/install.sh
2015-02-19 19:36:43 +01:00
script:
2018-02-18 03:54:22 +01:00
- .travisci/build_and_test.sh
cache: ccache