diff options
author | peterbell10 <peterbell10@live.co.uk> | 2018-01-22 10:39:41 +0100 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2018-01-22 10:39:41 +0100 |
commit | fa4844e168b0f33dd8e85fd02ae57cd836939747 (patch) | |
tree | 70d028f0a148481ee2953877efc537fa52bd294a /appveyor.yml | |
parent | Update fmt to fix BSD build (#4162) (diff) | |
download | cuberite-fa4844e168b0f33dd8e85fd02ae57cd836939747.tar cuberite-fa4844e168b0f33dd8e85fd02ae57cd836939747.tar.gz cuberite-fa4844e168b0f33dd8e85fd02ae57cd836939747.tar.bz2 cuberite-fa4844e168b0f33dd8e85fd02ae57cd836939747.tar.lz cuberite-fa4844e168b0f33dd8e85fd02ae57cd836939747.tar.xz cuberite-fa4844e168b0f33dd8e85fd02ae57cd836939747.tar.zst cuberite-fa4844e168b0f33dd8e85fd02ae57cd836939747.zip |
Diffstat (limited to '')
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 1f3f30911..61f562dc7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,12 +1,14 @@ version: 1.0.{build} configuration: Debug clone_depth: 50 + before_build: - echo %TIME% - git submodule update --init - echo %TIME% -- cmake -G "Visual Studio 12" . +- cmake -G "Visual Studio 12" -DSELF_TEST=1 -DBUILD_TOOLS=1 . - echo %TIME% + build: project: Cuberite.sln parallel: true |