Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 252 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 252 Bytes

Add this script as a run phase to use uncrustify.

scriptPath=ucscript.sh

curl -o $scriptPath -L https://github.com/Twigz/uncrustify/raw/master/Uncrustify-CI/uncrustifyscript.sh

if [ -f $scriptPath ]
then
sh $scriptPath
fi

rm -f $scriptPath