Skip to content
Snippets Groups Projects
Verified Commit 3ca32af8 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

gitpkg: Tweak check syntax

parent 910cbbf8
No related branches found
No related tags found
No related merge requests found
......@@ -405,14 +405,12 @@ if gitify
check: case
when meson
<<~END
cd build
meson test
meson test -C build
END
when pbr.has_func?(:check)
when autotools
<<~END
cd #{localname}
make check
make -C #{localname} check
END
end,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment