diff --git a/.travis.yml b/.travis.yml index ed38501..cd2bde2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,5 +19,5 @@ before_script: script: - ./scripts/format-check.sh - - ./bootstrap.sh + - ./bootstrap.sh -Dwith-examples=true - gamemoded -v diff --git a/bootstrap.sh b/bootstrap.sh index eb643b9..bd107c9 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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