gamemode/.travis.yml
Stephan Lachnit a1660fc37a add gamemode-simulate-game to travis
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
2020-05-12 19:25:57 +01:00

23 lines
419 B
YAML

dist: focal
language: c
compiler: gcc
sudo: false
addons:
apt:
packages:
- clang
- clang-format
- libsystemd-dev
- libdbus-1-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