summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-09-26 18:13:55 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-09-26 18:13:55 -0700
commitbe0136230d1b9cc746269e75d7b28ac14289e860 (patch)
tree4955c29db6e6dd6235cdeb5c84824dfc3a7828c1
parent5bff473650d5a090f6ab71b2f882082b6cf77c9e (diff)
appveyor.yml: Get submodules.
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index e117fb984..945b5018c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -9,6 +9,7 @@ cache:
build: off
before_test:
+- git submodule update --init
- ps: Invoke-WebRequest "https://github.com/commercialhaskell/stack/releases/download/v0.1.5.0/stack-0.1.5.0-x86_64-windows.zip" -OutFile stack.zip
- ps: Invoke-WebRequest "https://github.com/fpco/minghc/blob/master/bin/7z.exe?raw=true" -OutFile 7z.exe
- ps: Invoke-WebRequest "https://github.com/fpco/minghc/blob/master/bin/7z.dll?raw=true" -OutFile 7z.dll