gamemode/.travis.yml
Stephan Lachnit f95470c94a travis: add libinih-dev as dependency
This will compile gamemode against the shared lib version of inih, as it should be in most distros.

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
2020-05-12 19:25:57 +01:00

24 lines
439 B
YAML

dist: focal
language: c
compiler: gcc
sudo: false
addons:
apt:
packages:
- clang
- clang-format
- libinih-dev
- libdbus-1-dev
- libsystemd-dev
- meson
artifacts:
paths:
- $(git ls-files -o | tr "\n" ":")
script:
- ./scripts/format-check.sh
- ./bootstrap.sh -Dwith-examples=true
- gamemoded -v
- dbus-run-session -- gamemode-simulate-game
- ./scripts/static-analyser-check.sh