Update AppVeyor in attempt to fix failing tests
This commit is contained in:
parent
beed2e37db
commit
e674fbccd1
18
appveyor.yml
18
appveyor.yml
|
@ -123,11 +123,27 @@ install:
|
||||||
- where uncrustify
|
- where uncrustify
|
||||||
|
|
||||||
# elm-format
|
# elm-format
|
||||||
- curl -k -L https://github.com/avh4/elm-format/releases/download/0.2.0-alpha/elm-format-0.2.0-alpha-win-x64.zip -o elm-format.zip
|
- 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
|
||||||
- 7za e elm-format.zip -oelm-format-d
|
- 7za e elm-format.zip -oelm-format-d
|
||||||
- "SET PATH=%cd%\\elm-format-d;%PATH%"
|
- "SET PATH=%cd%\\elm-format-d;%PATH%"
|
||||||
- where elm-format
|
- where elm-format
|
||||||
|
|
||||||
|
# R
|
||||||
|
- choco install r.project
|
||||||
|
- where Rscript
|
||||||
|
|
||||||
|
# Docker
|
||||||
|
- choco install docker-for-windows --pre
|
||||||
|
- choco install docker
|
||||||
|
- where docker
|
||||||
|
- docker --version
|
||||||
|
- docker ps
|
||||||
|
|
||||||
|
# Beautysh
|
||||||
|
- docker pull unibeautify/beautysh
|
||||||
|
- docker run -it unibeautify/beautysh
|
||||||
|
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
|
||||||
- cd %APPVEYOR_BUILD_FOLDER%
|
- cd %APPVEYOR_BUILD_FOLDER%
|
||||||
|
|
Loading…
Reference in New Issue