Skip to content

Commit

Permalink
CI: Enable tests in the AppVeyor Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 21, 2016
1 parent ff536e5 commit 0ef2eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -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

0 comments on commit 0ef2eab

Please sign in to comment.