Просмотр исходного кода

Make sure we actually build the examples in the travis tests

	Otherwise failing changes to gamemode_client.h risk passing
Marc Di Luzio 5 лет назад
Родитель
Сommit
7ede50af39
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      .travis.yml
  2. 1 1
      bootstrap.sh

+ 1 - 1
.travis.yml

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

+ 1 - 1
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