pidgin/pidgin

Parents 3fc2d2b7b7a8
Children 4e1bf25f5575
Add a custom target for running everything when landing a pull request

Testing Done:
Ran `ninja clean` followed by `ninja turtles` and verified the pot file, all the code, and the docs were compiled.

Reviewed at https://reviews.imfreedom.org/r/2387/
  • +5 -0
    meson.build
  • --- a/meson.build Thu Mar 23 22:03:45 2023 -0500
    +++ b/meson.build Thu Mar 23 22:49:23 2023 -0500
    @@ -527,6 +527,11 @@
    meson.add_devenv(devenv)
    +if meson.backend() == 'ninja'
    + run_target('turtles',
    + command : ['ninja', '-C', '@BUILD_ROOT@', 'pidgin-pot', 'all', 'test'])
    +endif
    +
    summary({
    'prefix': get_option('prefix'),
    'bindir': get_option('bindir'),