diff options
| author | LePresidente <brian.alexander.munro@gmail.com> | 2019-02-18 16:27:45 +0200 |
|---|---|---|
| committer | LePresidente <brian.alexander.munro@gmail.com> | 2019-02-18 16:27:45 +0200 |
| commit | f0f672f9b7ff01def3b56cb63ce14480ca30e971 (patch) | |
| tree | b2e8b342e56f6e88346d607db59a123a1342679a | |
| parent | 63134bc94accd9d7bd66cb1654228fe6c5e3ed47 (diff) | |
appveyor really wants those blank lines between commands.
| -rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index c3299a99..88530f52 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,6 +2,7 @@ version: 1.0.{build} image: Visual Studio 2017 build_script: - cmd: >- + git clone --depth=1 --branch=%APPVEYOR_REPO_BRANCH% https://github.com/ModOrganizer2/modorganizer-umbrella.git c:\projects\modorganizer-umbrella 2> $null mkdir c:\projects\modorganizer-build -type directory |
