From 5dc5d89648aec017e2a313bbc484f1b88a00965b Mon Sep 17 00:00:00 2001 From: Hamed Masafi Date: Sun, 4 Aug 2019 18:35:08 +0430 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 58f7462..81203dc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,6 +25,10 @@ configuration: - debug - release +clone_script: + - cmd: git clone -q --recursive --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER% + - cmd: git checkout -qf %APPVEYOR_REPO_COMMIT% + install: - '%QTDIR%\bin\qtenv2.bat' - qmake -v