Try to fix appveyor builds for pull requests

This commit is contained in:
David Capello 2018-12-08 12:47:05 -03:00
parent 243474373f
commit 4542ed588e

View File

@ -12,10 +12,7 @@ environment:
install:
- call "%VCVARS_FILE%" %VCVARS_ARG%
clone_script:
- git clone -q --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER%
- cd %APPVEYOR_BUILD_FOLDER%
- git checkout -qf %APPVEYOR_REPO_COMMIT%
before_build:
- git submodule update --init --recursive
build_script: