mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
14 lines
389 B
YAML
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 |