gamemode/.travis.yml
Marc Di Luzio 7ede50af39 Make sure we actually build the examples in the travis tests
Otherwise failing changes to gamemode_client.h risk passing
2019-05-15 18:56:14 +01:00

24 lines
370 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
- ./bootstrap.sh -Dwith-examples=true
- gamemoded -v