gamemode/.travis.yml
Stephan Lachnit 90d05eef42 travis: update to focal
This updates to Ubuntu 20.04 (focal) and uses it's provided Meson version.

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

22 lines
372 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
- ./scripts/static-analyser-check.sh