From 1f11775ff8ea42ac1d9c8d1e54628a9e5935d18d Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Sun, 22 May 2022 15:39:00 +0200 Subject: improved build process --- actions.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'actions.sh') diff --git a/actions.sh b/actions.sh index 400feae..2c37cc2 100755 --- a/actions.sh +++ b/actions.sh @@ -12,6 +12,14 @@ install () { make install } +help_text="$help_text dist\t[]\tcreate a source distribution\n" +dist () { + perl Makefile.PL + make + make test + make dist +} + help_text="$help_text run_tests\t[arg]\tpasses arg to the 'prove' tool\n" run_tests () { eval "prove -l ${1-} t/" -- cgit v1.2.3