Skip to content

Instantly share code, notes, and snippets.

/test.bash Secret

Created November 19, 2014 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/6511f3963ee0bc725cf2 to your computer and use it in GitHub Desktop.
Save anonymous/6511f3963ee0bc725cf2 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -e
rm -fr acme-math-xs-pm inline-module-pm
git clone git@github.com:ingydotnet/acme-math-xs-pm -b postamble-test
git clone git@github.com:ingydotnet/inline-module-pm -b postamble
export PERL5LIB=$PWD/inline-module-pm/lib
(
cd acme-math-xs-pm
perl Makefile.PL
make manifest distdir
(
cd Alt-*
perl Makefile.PL
make
make test
prove -bv t/
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment