Lines Matching refs:BUILD
4 BUILD="$(mktemp --directory --tmpdir=.)"
29 CFLAGS=-fanalyzer meson setup -Dabi-compliance-check=false "$BUILD"
30 meson compile -C "$BUILD"
31 meson test -C "$BUILD"
38 meson configure --buildtype=release "$BUILD"
39 meson compile -C "$BUILD"
40 meson test -C "$BUILD" --timeout-multiplier 10 --wrapper 'valgrind --error-exitcode=1'
43 meson configure --buildtype=debug "$BUILD"
44 meson configure -Dabi=deprecated,stable "$BUILD"
45 meson compile -C "$BUILD"
46 meson test -C "$BUILD"