mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 18:57:37 +00:00
dir-locals: Update projectile commands
We want to use meson, not ninja. Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/755>
This commit is contained in:
parent
1e4349f340
commit
3f96639b81
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
((nil . ((indent-tabs-mode . nil)
|
||||
(projectile-project-compilation-cmd . "ninja -C _build")
|
||||
(projectile-project-test-cmd . "ninja -C _build test")
|
||||
(projectile-project-configure-cmd . "meson . _build")
|
||||
(projectile-project-compilation-cmd . "meson compile -C _build")
|
||||
(projectile-project-test-cmd . "meson test -C _build")
|
||||
(projectile-project-configure-cmd . "meson _build --wipe")
|
||||
(projectile-project-compilation-dir . ".")
|
||||
(projectile-project-run-cmd . "_build/run -vvv")
|
||||
))
|
||||
|
|
Loading…
Reference in a new issue