From 0ef2eab7cb18829c743ea9798a5b7de5eb63cb10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Thu, 21 Jan 2016 13:11:44 +0200 Subject: [PATCH] CI: Enable tests in the AppVeyor Windows build --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 577652c2a2..d7ec5f2c91 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,7 +10,7 @@ before_build: - 7z x deps.7z - md build-ci - cd build-ci - - cmake -G "Visual Studio 12 2013" -DQMAKE=C:\Qt\5.5\msvc2013\bin\qmake.exe ..\doomsday + - cmake -G "Visual Studio 12 2013" -DQMAKE=C:\Qt\5.5\msvc2013\bin\qmake.exe -DDENG_ENABLE_TESTS=ON ..\doomsday build: parallel: true project: c:\projects\doomsday-engine\build-ci\Doomsday.sln