Pierre Bourdon
4b886d9c45
Some checks are pending
Test / tests (push) Waiting to run
There are some known regressions regarding local testing setups - since everything was kinda half written with the expectation that build dir = source dir (which should not be true anymore). But everything builds and the test suite runs fine, after several hours spent debugging random crashes in libpqxx with MALLOC_PERTURB_...
5 lines
106 B
Meson
5 lines
106 B
Meson
install_data('hydra.nix',
|
|
install_dir: get_option('datadir') / 'nix',
|
|
rename: ['hydra-module.nix'],
|
|
)
|