Update AppVeyor in attempt to fix failing tests
This commit is contained in:
parent
e674fbccd1
commit
d5cd70be4d
20
appveyor.yml
20
appveyor.yml
|
@ -115,6 +115,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
|
||||||
|
|
||||||
|
# Docker
|
||||||
|
- choco install docker-for-windows --pre
|
||||||
|
- choco install docker
|
||||||
|
- where docker
|
||||||
|
- docker --version
|
||||||
|
- docker ps
|
||||||
|
|
||||||
# Uncrustify
|
# Uncrustify
|
||||||
- curl -k -L http://sourceforge.net/projects/uncrustify/files/uncrustify/uncrustify-0.61/uncrustify-0.61.3-gf65394e-win32.zip/download -o 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
|
||||||
|
@ -123,22 +130,13 @@ install:
|
||||||
- where uncrustify
|
- where uncrustify
|
||||||
|
|
||||||
# elm-format
|
# elm-format
|
||||||
- curl -k -L https://github.com/avh4/elm-format/releases/download/0.7.0-exp/elm-format-0.17-0.7.0-exp-win-x64.zip -o elm-format.zip
|
- docker pull unibeautify/elm-format
|
||||||
- 7za e elm-format.zip -oelm-format-d
|
- docker run -it unibeautify/elm-format
|
||||||
- "SET PATH=%cd%\\elm-format-d;%PATH%"
|
|
||||||
- where elm-format
|
|
||||||
|
|
||||||
# R
|
# R
|
||||||
- choco install r.project
|
- choco install r.project
|
||||||
- where Rscript
|
- where Rscript
|
||||||
|
|
||||||
# Docker
|
|
||||||
- choco install docker-for-windows --pre
|
|
||||||
- choco install docker
|
|
||||||
- where docker
|
|
||||||
- docker --version
|
|
||||||
- docker ps
|
|
||||||
|
|
||||||
# Beautysh
|
# Beautysh
|
||||||
- docker pull unibeautify/beautysh
|
- docker pull unibeautify/beautysh
|
||||||
- docker run -it unibeautify/beautysh
|
- docker run -it unibeautify/beautysh
|
||||||
|
|
Loading…
Reference in New Issue