appveyor.yml: Get submodules.
This commit is contained in:
parent
5bff473650
commit
be0136230d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue