File: .travis.yml

package info (click to toggle)
cryfs 0.10.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,424 kB
  • sloc: cpp: 198,087; python: 9,581; sh: 8,060; asm: 5,120; makefile: 520; xml: 7
file content (15 lines) | stat: -rw-r--r-- 232 bytes parent folder | download
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