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