From d4d31db1f0884f760020df71aa37719e0ec21681 Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Sun, 18 Nov 2018 12:28:19 +0100 Subject: [PATCH] move init submodules to right after the clone phase --- .appveyor.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 87b1939..760e301 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -18,6 +18,7 @@ matrix: - TARGET: i686-pc-windows-gnu install: + - git submodule update --init --recursive - set PATH=c:\msys64\%MSYSTEM%\bin;c:\msys64\usr\bin;%PATH% - pacman --noconfirm -Syu mingw-w64-%CPU%-make - appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe @@ -25,12 +26,8 @@ install: - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin - rustc -vV - cargo -vV - - git submodule update --init --recursive - build: false - -test_script: - - sh ci\run.sh +test_script: sh ci\run.sh branches: only: