1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-09-29 14:10:45 +00:00
falk-werner_webfuse-provider/.travis.yml

25 lines
331 B
YAML
Raw Normal View History

2019-02-10 07:13:49 +00:00
language: cpp
compiler:
- gcc
2019-02-10 08:52:13 +00:00
addons:
apt:
2019-02-12 19:52:10 +00:00
update: true
packages:
- valgrind
2019-02-10 08:52:13 +00:00
2019-02-10 07:22:03 +00:00
before_install:
- ./install_deps.sh
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
2019-02-10 07:22:03 +00:00
2019-02-10 07:13:49 +00:00
before_script:
- mkdir .build
- cd .build
- cmake -DCMAKE_BUILD_TYPE=Debug ..
2019-02-10 07:13:49 +00:00
script:
- make
2019-02-10 08:52:13 +00:00
- valgrind ./alltests