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:
Marc Di Luzio 2019-05-15 18:52:52 +01:00
parent ddecc89f10
commit 7ede50af39
2 changed files with 2 additions and 2 deletions

View File

@ -19,5 +19,5 @@ before_script:
script: script:
- ./scripts/format-check.sh - ./scripts/format-check.sh
- ./bootstrap.sh - ./bootstrap.sh -Dwith-examples=true
- gamemoded -v - gamemoded -v

View File

@ -26,7 +26,7 @@ fi
# Echo the rest so it's obvious # Echo the rest so it's obvious
set -x 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 cd build
ninja ninja