meson: use builddir instead of build

Use the -C option instead of changing the dir, change the build folder to builddir.

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
This commit is contained in:
Stephan Lachnit
2020-04-16 23:31:03 +02:00
committed by afayaz-feral
parent ce6485ef97
commit 115f1ecdbd
5 changed files with 7 additions and 11 deletions

View File

@@ -19,6 +19,6 @@ addons:
script:
- ./scripts/format-check.sh
- ./bootstrap.sh -Dwith-examples=true
- meson test -C build
- meson test -C builddir
- dbus-run-session -- gamemode-simulate-game
- ./scripts/static-analyser-check.sh