support arbitrary postprocessing of instances by allowing a list of dictionaries containing the args, workdir and environ keys in the postprocess key (like the build arguments in compile, configure, ...)
documentation on postprocessing of instances
tests for postprocessing of instances
remove assert file_size > 0 while testing the installation process (so we can have empty (dummy) instances; also it should suffice to only check for the existence of instance files)
This PR contains the following:
args
,workdir
andenviron
keys in thepostprocess
key (like the build arguments incompile
,configure
, ...)assert file_size > 0
while testing the installation process (so we can have empty (dummy) instances; also it should suffice to only check for the existence of instance files)