mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-07 08:07:20 +02:00
travis: run gamemoded -v
as meson test
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
This commit is contained in:
parent
6453a123ab
commit
c36019a9aa
@ -20,6 +20,5 @@ script:
|
|||||||
- ./scripts/format-check.sh
|
- ./scripts/format-check.sh
|
||||||
- ./bootstrap.sh -Dwith-examples=true
|
- ./bootstrap.sh -Dwith-examples=true
|
||||||
- meson test -C build
|
- meson test -C build
|
||||||
- gamemoded -v
|
|
||||||
- dbus-run-session -- gamemode-simulate-game
|
- dbus-run-session -- gamemode-simulate-game
|
||||||
- ./scripts/static-analyser-check.sh
|
- ./scripts/static-analyser-check.sh
|
||||||
|
@ -14,7 +14,7 @@ daemon_sources = [
|
|||||||
gamemoded_includes = libgamemode_includes
|
gamemoded_includes = libgamemode_includes
|
||||||
gamemoded_includes += config_h_dir
|
gamemoded_includes += config_h_dir
|
||||||
|
|
||||||
executable(
|
gamemoded = executable(
|
||||||
'gamemoded',
|
'gamemoded',
|
||||||
sources: daemon_sources,
|
sources: daemon_sources,
|
||||||
dependencies: [
|
dependencies: [
|
||||||
@ -28,4 +28,11 @@ executable(
|
|||||||
gamemoded_includes,
|
gamemoded_includes,
|
||||||
],
|
],
|
||||||
install: true,
|
install: true,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# verify gamemoded compiled properly
|
||||||
|
test(
|
||||||
|
'validate gamemoded compiled properly',
|
||||||
|
gamemoded,
|
||||||
|
args: ['-v'],
|
||||||
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user