Skip to content

Commit

Permalink
CI|Windows: Updated AppVeyor CI configuration
Browse files Browse the repository at this point in the history
Testing whether the upgraded AppVeyor VMs work for us.
  • Loading branch information
skyjake committed Jul 17, 2016
1 parent 7add746 commit 87bdcc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml.disabled → appveyor.yml
@@ -1,7 +1,7 @@
# Build configuration for AppVeyor CI Windows builds
configuration: Release
platform: Win32
os: Visual Studio 2013
os: Visual Studio 2015
environment:
DENG_DEPEND_PATH: c:\projects\doomsday-engine\deps
before_build:
Expand All @@ -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 14 2015" -DQMAKE=C:\Qt\5.6\msvc2015\bin\qmake.exe -DDENG_ENABLE_TESTS=ON ..\doomsday
build:
parallel: true
verbosity: minimal
Expand Down

0 comments on commit 87bdcc3

Please sign in to comment.