summaryrefslogtreecommitdiffstats
path: root/testing/source/vtown/deps/cryfs/.travis.yml
blob: 703006d32c8a90b6c391d6d6e21e00051f9bbcb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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