1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

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:
Alessandro Ranellucci
2014-05-26 12:50:59 +02:00
parent 2bce8bb745
commit 147385203c
+1 -1
View File
@@ -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";
}