mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-27 22:24:18 +08:00
055f272517
passthrough_hp puts emphasis and performance and correctness, rather than simplicity.
24 lines
338 B
YAML
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
|
|
|