See #375. Download Uncrustify binary for Windows CI

This commit is contained in:
Glavin Wiechert 2015-06-08 16:34:21 -03:00
parent 78b6d55a0a
commit 38901f06a5
1 changed files with 7 additions and 0 deletions

View File

@ -100,6 +100,13 @@ install:
- "SET PATH=%cd%;%PATH%" # Add current working directory to PATH - "SET PATH=%cd%;%PATH%" # Add current working directory to PATH
- where php-cs-fixer - where php-cs-fixer
# Uncrustify
- curl -L http://sourceforge.net/projects/uncrustify/files/uncrustify/uncrustify-0.61/uncrustify-0.61.3-gf65394e-win32.zip/download > uncrustify.zip
- cinst 7zip.commandline -y
- 7za e uncrustify.zip -ouncrustify
- "SET PATH=%cd%\\uncrustify;%PATH%"
- where uncrustify
build_script: build_script:
- cd %APPVEYOR_BUILD_FOLDER% - cd %APPVEYOR_BUILD_FOLDER%