Skip to content

Commit

Permalink
CI|Windows: Attempt to improve AppVeyor behavior (disable cotire)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Mar 30, 2016
1 parent 81069f2 commit d6769ed
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 -DDENG_ENABLE_TESTS=ON ..\doomsday
- cmake -G "Visual Studio 12 2013" -DQMAKE=C:\Qt\5.5\msvc2013\bin\qmake.exe -DDENG_ENABLE_COTIRE=OFF -DDENG_ENABLE_TESTS=ON ..\doomsday
build:
parallel: true
project: c:\projects\doomsday-engine\build-ci\Doomsday.sln
Expand Down

0 comments on commit d6769ed

Please sign in to comment.