urbackup_backend/.travis.yml
2019-05-14 17:20:07 +02:00

14 lines
389 B
YAML

dist: xenial
language: cpp
cache: ccache
compiler:
# - clang
- gcc
addons:
apt:
packages:
- libfuse-dev
- libcurl4-nss-dev
- libcrypto++-dev
- libzstd-dev
script: ./switch_build.sh server && autoreconf --install && ./configure --with-mountvhd && make && ./switch_build.sh client && autoreconf --install && ./configure --enable-headless && make