GitHub actions (#161)

This commit is contained in:
Duncan Ferguson 2024-10-16 09:21:26 +01:00 committed by GitHub
parent 2d39fe46f3
commit fea0b80d48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 61 additions and 45 deletions

View file

@ -28,7 +28,7 @@ sub import {
my ($class) = @_;
# If we are building or in test here, just exit
# as travis build servers will not have Tk installed
# as the build servers will not have Tk installed
if ($ENV{AUTHOR_TESTING} || $ENV{RELEASE_TESTING}) {
print STDERR "skipping initialisation; AUTHOR_TESTING or RELEASE_TESTING are set\n";
return;