mirror of
https://github.com/curl/curl.git
synced 2026-07-23 02:37:16 +03:00
added simple way to create a tarball just before the build is deleted.
This commit is contained in:
parent
bdcf8d626d
commit
94c4a18541
1 changed files with 5 additions and 0 deletions
|
|
@ -459,5 +459,10 @@ if ($gnulikebuild) {
|
|||
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 "ending nicely";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue