From e674fbccd1046b1755b2489d2f8ef91abcfda7ff Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Sun, 11 Jun 2017 13:18:26 -0300 Subject: [PATCH] Update AppVeyor in attempt to fix failing tests --- appveyor.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 002bd1f..85ea809 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -123,11 +123,27 @@ install: - where uncrustify # 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 - "SET PATH=%cd%\\elm-format-d;%PATH%" - 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: - cd %APPVEYOR_BUILD_FOLDER%