summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-10-07 15:19:53 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-10-07 15:20:20 -0700
commit0abd0a4268d3c260f7a9f3f65b1469d032dc5d91 (patch)
tree7bfe9726bde20f6d9f4c5644a1d00f561d16df53 /appveyor.yml
parent2e4c4575db7b69567fc486933b1f691310e6cf77 (diff)
appveyor: don't cache HP or install wix toolset.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index a31bc21b9..00a1aab34 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,6 +1,3 @@
-cache:
-- "C:\\Program Files\\Haskell Platform\\2014.2.0.0"
-
install:
- cmd: 'git submodule update --init'
- ps: |
@@ -10,7 +7,7 @@ install:
$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"
- choco install wixtoolset
+ # choco install wixtoolset
cabal sandbox init
$env:Path += ";.\.cabal-sandbox\bin"
cabal update