From 00b7a06f09331f8464540a2f24f64888609a050b Mon Sep 17 00:00:00 2001 From: maxirmx Date: Sat, 24 Oct 2015 21:51:01 +0300 Subject: [PATCH] Added submodule update --- .appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index c54d6a3e2..dbea1a695 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -27,9 +27,12 @@ environment: install: + # Checking submodule(s) out + - git submodule update --init --recursive # Install Python (from the official .msi of http://python.org) and pip when # not already installed. - - ps: if (-not(Test-Path($env:PYTHON))) { & appveyor\install.ps1 -python -pip -stdint } + - ps: if (-not(Test-Path($env:PYTHON))) { & appveyor\install.ps1 -python -pip } + - ps: appveyor\install.ps1 -stdint # Prepend newly installed Python to the PATH of this build (this cannot be # done from inside the powershell script as it would require to restart