Minor change in appveyor's clone_script

This commit is contained in:
David Capello 2018-08-10 17:38:10 -03:00
parent 7dfe6f21ee
commit dcb576b284

View File

@ -25,11 +25,10 @@ install:
- call "%VCVARS_FILE%" %VCVARS_ARG%
clone_script:
- cmd: >-
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%
&& git submodule update --init --recursive
- 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%
- git submodule update --init --recursive
build_script:
- mkdir build