mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 07:37:21 +02:00
Make sure we actually build the examples in the travis tests
Otherwise failing changes to gamemode_client.h risk passing
This commit is contained in:
parent
ddecc89f10
commit
7ede50af39
@ -19,5 +19,5 @@ before_script:
|
||||
|
||||
script:
|
||||
- ./scripts/format-check.sh
|
||||
- ./bootstrap.sh
|
||||
- ./bootstrap.sh -Dwith-examples=true
|
||||
- gamemoded -v
|
||||
|
@ -26,7 +26,7 @@ fi
|
||||
|
||||
# Echo the rest so it's obvious
|
||||
set -x
|
||||
meson --prefix=$prefix build --buildtype debugoptimized -Dwith-systemd-user-unit-dir=/etc/systemd/user
|
||||
meson --prefix=$prefix build --buildtype debugoptimized -Dwith-systemd-user-unit-dir=/etc/systemd/user "$@"
|
||||
cd build
|
||||
ninja
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user