mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-05 21:57:20 +00:00
Minor change in appveyor's clone_script
This commit is contained in:
parent
7dfe6f21ee
commit
dcb576b284
@ -25,11 +25,10 @@ install:
|
|||||||
- call "%VCVARS_FILE%" %VCVARS_ARG%
|
- call "%VCVARS_FILE%" %VCVARS_ARG%
|
||||||
|
|
||||||
clone_script:
|
clone_script:
|
||||||
- cmd: >-
|
- git clone -q --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER%
|
||||||
git clone -q --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER%
|
- cd %APPVEYOR_BUILD_FOLDER%
|
||||||
&& cd %APPVEYOR_BUILD_FOLDER%
|
- git checkout -qf %APPVEYOR_REPO_COMMIT%
|
||||||
&& git checkout -qf %APPVEYOR_REPO_COMMIT%
|
- git submodule update --init --recursive
|
||||||
&& git submodule update --init --recursive
|
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
|
Loading…
Reference in New Issue
Block a user