1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-09-28 11:20:50 +00:00
falk-werner_webfuse-provider/.travis.yml

31 lines
485 B
YAML
Raw Normal View History

dist: bionic
language: c
compiler:
- gcc
addons:
apt:
update: true
packages:
- build-essential
- cmake
- pkgconf
- wget
- ca-certificates
2020-06-06 13:08:31 +00:00
- python3
- python3-pip
- python3-setuptools
- python3-wheel
- ninja-build
before_install:
2020-06-06 13:08:31 +00:00
- sudo pip3 install --system meson
before_script:
2020-06-06 13:08:31 +00:00
- meson build
script:
2020-06-06 13:08:31 +00:00
- cd build
- ninja