libfuse/.travis.yml
Nikolaus Rath 055f272517 Added new example filesystem
passthrough_hp puts emphasis and performance and correctness, rather
than simplicity.
2019-05-09 14:16:37 -05:00

24 lines
338 B
YAML

sudo: required
dist: xenial
language:
- c
- c++
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- doxygen
- valgrind
- clang
- libstdc++-7-dev
- gcc
- gcc-7
- python3-pip
- python3-setuptools
- ninja-build
install: test/travis-install.sh
script: test/travis-build.sh