mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 23:57:22 +02:00
Install dependencies needed for build
This commit is contained in:
parent
b2de93bd14
commit
57cf99ba85
11
.travis.yml
11
.travis.yml
@ -1,12 +1,21 @@
|
|||||||
|
dist: xenial
|
||||||
language: c
|
language: c
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
sudo: false
|
sudo: false
|
||||||
dist: xenial
|
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- clang-format
|
- clang-format
|
||||||
|
- python3-pip
|
||||||
|
- python3-setuptools
|
||||||
|
- libsystemd-dev
|
||||||
|
- ninja-build
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- pip3 install wheel
|
||||||
|
- pip3 install meson
|
||||||
|
- meson --version
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./scripts/format-check.sh
|
- ./scripts/format-check.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user