mirror of
https://github.com/falk-werner/webfuse-provider
synced 2024-10-27 20:44:10 +00:00
31 lines
485 B
YAML
31 lines
485 B
YAML
dist: bionic
|
|
|
|
language: c
|
|
|
|
compiler:
|
|
- gcc
|
|
|
|
addons:
|
|
apt:
|
|
update: true
|
|
packages:
|
|
- build-essential
|
|
- cmake
|
|
- pkgconf
|
|
- wget
|
|
- ca-certificates
|
|
- python3
|
|
- python3-pip
|
|
- python3-setuptools
|
|
- python3-wheel
|
|
- ninja-build
|
|
|
|
before_install:
|
|
- sudo pip3 install --system meson
|
|
|
|
before_script:
|
|
- meson build
|
|
|
|
script:
|
|
- cd build
|
|
- ninja |