I tried it - but no luck. I tired my commend followed by an "echo done". Good suggestion but lo luck.
My post build command with the extra echo:
python ${WorkspaceDirPath}/../Scripts/buildInstallImage.py --file ${BuildLocation}/${BuildArtifactFileBaseName}.srec --output ${BuildLocation}/${BuildArtifactFileBaseName}.bin&echo done
Below is the order how the IDE builds.The post-build is invoked after the link:
'Building target: CloverleafOG.elf'
'Invoking: Cross ARM C++ Linker'
make --no-print-directory post-build
'Invoking: Cross ARM GNU Create Flash Image'