gamemode/.travis.yml
2019-01-28 18:57:09 +00:00

22 lines
313 B
YAML

dist: xenial
language: c
compiler: gcc
sudo: false
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