Marc Di Luzio
%!s(int64=6) %!d(string=hai) anos
Modificáronse 1 ficheiros con
10 adicións e
1 borrados
-
10
1
.travis.yml
|
@@ -1,12 +1,21 @@
|
|
|
+dist: xenial
|
|
|
language: c
|
|
|
compiler: gcc
|
|
|
sudo: false
|
|
|
-dist: xenial
|
|
|
|
|
|
addons:
|
|
|
apt:
|
|
|
packages:
|
|
|
- clang-format
|
|
|
+ - python3-pip
|
|
|
+ - python3-setuptools
|
|
|
+ - libsystemd-dev
|
|
|
+ - ninja-build
|
|
|
+
|
|
|
+before_script:
|
|
|
+ - pip3 install wheel
|
|
|
+ - pip3 install meson
|
|
|
+ - meson --version
|
|
|
|
|
|
script:
|
|
|
- ./scripts/format-check.sh
|