summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeterbell10 <peterbell10@live.co.uk>2018-01-22 10:39:41 +0100
committerAlexander Harkness <me@bearbin.net>2018-01-22 10:39:41 +0100
commitfa4844e168b0f33dd8e85fd02ae57cd836939747 (patch)
tree70d028f0a148481ee2953877efc537fa52bd294a
parentUpdate fmt to fix BSD build (#4162) (diff)
downloadcuberite-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
-rw-r--r--appveyor.yml4
-rw-r--r--tests/OSSupport/CMakeLists.txt1
2 files changed, 4 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
diff --git a/tests/OSSupport/CMakeLists.txt b/tests/OSSupport/CMakeLists.txt
index 938538f14..60c68c472 100644
--- a/tests/OSSupport/CMakeLists.txt
+++ b/tests/OSSupport/CMakeLists.txt
@@ -23,6 +23,7 @@ if (WIN32)
${OSSupport_SRCS}
${OSSupport_HDRS}
)
+ target_link_libraries(OSSupport PUBLIC fmt::fmt)
endif()
# Define individual tests: