diff options
Diffstat (limited to '')
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 1f3f30911..8be0cfa70 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,11 +1,11 @@ version: 1.0.{build} configuration: Debug -clone_depth: 50 +clone_depth: 1 before_build: - echo %TIME% - git submodule update --init - echo %TIME% -- cmake -G "Visual Studio 12" . +- cmake . - echo %TIME% build: project: Cuberite.sln |