dont use > when downloading in powershell since this converts the output to unicode which is not preferable when downloading binaries
This commit is contained in:
parent
238b81867b
commit
cf6a98d33f
|
@ -111,7 +111,7 @@ install:
|
||||||
- where php-cs-fixer
|
- where php-cs-fixer
|
||||||
|
|
||||||
# Uncrustify
|
# Uncrustify
|
||||||
- curl -k -L http://sourceforge.net/projects/uncrustify/files/uncrustify/uncrustify-0.61/uncrustify-0.61.3-gf65394e-win32.zip/download > uncrustify.zip
|
- curl -k -L http://sourceforge.net/projects/uncrustify/files/uncrustify/uncrustify-0.61/uncrustify-0.61.3-gf65394e-win32.zip/download -o uncrustify.zip
|
||||||
- cinst 7zip.commandline -y
|
- cinst 7zip.commandline -y
|
||||||
- 7za e uncrustify.zip -ouncrustify
|
- 7za e uncrustify.zip -ouncrustify
|
||||||
- "SET PATH=%cd%\\uncrustify;%PATH%"
|
- "SET PATH=%cd%\\uncrustify;%PATH%"
|
||||||
|
|
Loading…
Reference in New Issue