Lines Matching refs:meson
7 meson format --recursive --inplace || true
13 CFLAGS=-fanalyzer meson setup -Dabi-compliance-check=disabled "$BUILD"
14 meson compile -C "$BUILD"
15 meson test -C "$BUILD"
22 meson configure --buildtype=release "$BUILD"
23 meson compile -C "$BUILD"
24 meson test -C "$BUILD" --timeout-multiplier 10 --wrapper 'valgrind --error-exitcode=1'
27 meson configure --buildtype=debug "$BUILD"
28 meson configure -Dabi=deprecated,stable "$BUILD"
29 meson compile -C "$BUILD"
30 meson test -C "$BUILD"