Make XS compilation verbose since most users forget to include the build.log file when reporting issues. This also makes Travis-CI logs more useful
This commit is contained in:
parent
2bce8bb745
commit
147385203c
1 changed files with 1 additions and 1 deletions
2
Build.PL
2
Build.PL
|
@ -134,7 +134,7 @@ EOF
|
|||
system './xs/Build', 'distclean';
|
||||
}
|
||||
}
|
||||
my $res = system $cpanm, @cpanm_args, '--reinstall', './xs';
|
||||
my $res = system $cpanm, @cpanm_args, '--reinstall', '--verbose', './xs';
|
||||
if ($res != 0) {
|
||||
die "The XS/C++ code failed to compile, aborting\n";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue