gamemode/.travis.yml
Stephan Lachnit 785df22274 travis: fix some config warnings
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
2020-06-23 09:14:42 +01:00

26 lines
466 B
YAML

os: linux
dist: focal
language: c
compiler: gcc
addons:
apt:
packages:
- appstream
- 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
- meson test -C builddir
- dbus-run-session -- gamemode-simulate-game
- ./scripts/static-analyser-check.sh