mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-14 08:59:20 +02:00
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:

committed by
afayaz-feral

parent
ce6485ef97
commit
115f1ecdbd
@@ -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
|
||||
|
Reference in New Issue
Block a user