mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
added simple way to create a tarball just before the build is deleted.
This commit is contained in:
parent
bdcf8d626d
commit
94c4a18541
@ -459,5 +459,10 @@ if ($gnulikebuild) {
|
|||||||
print "TESTDONE: 1 tests out of 0 (dummy message)\n"; # dummy message to feign success
|
print "TESTDONE: 1 tests out of 0 (dummy message)\n"; # dummy message to feign success
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# simple way to create a tarball just before the build is deleted.
|
||||||
|
if (-f '../mktarball') {
|
||||||
|
system('../mktarball');
|
||||||
|
}
|
||||||
|
|
||||||
# mydie to cleanup
|
# mydie to cleanup
|
||||||
mydie "ending nicely";
|
mydie "ending nicely";
|
||||||
|
Loading…
Reference in New Issue
Block a user