gamemode/.travis.yml
Stephan Lachnit 115f1ecdbd meson: use builddir instead of build
Use the -C option instead of changing the dir, change the build folder to builddir.

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

25 lines
467 B
YAML

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