From 3cd1d568adecea7c5b9c4384fdec06539018b06b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 26 Apr 2015 12:01:57 -0700 Subject: appveyor.yml - rearranged install and build scripts. --- appveyor.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index f605089a1..35a4b3583 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,13 +1,9 @@ install: -- cmd: git submodule update --init -- ps: >- - choco install haskellplatform -version 2014.2.0.0 -y - # Haskell Platfrom package doesn't update PATH for the current shell instance - $env:Path += ";${env:ProgramFiles}\Haskell Platform\2014.2.0.0\bin" - $env:Path += ";${env:ProgramFiles}\Haskell Platform\2014.2.0.0\lib\extralibs\bin" - $env:Path += ";${env:ProgramFiles}\Haskell Platform\2014.2.0.0\mingw\bin" - cabal update - cabal install --only-dependencies --enable-tests +- 'git submodule update --init' +- 'choco install haskellplatform -version 2014.2.0.0 -y' +- 'SET PATH=%PATH%;"C:\Program Files\Haskell Platform\2014.2.0.0\bin";"C:\Program Files\Haskell Platform\2014.2.0.0\lib\extralibs\bin";"C:\Program Files\Haskell Platform\2014.2.0.0\mingw\bin"' +- cabal update +- cabal install --only-dependencies --enable-tests build_script: - 'cabal configure --enable-tests -v2' -- cgit v1.2.3