Skip to content

Commit

Permalink
CI: Added appveyor.yml configuration for AppVeyor CI
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 21, 2016
1 parent a0512d1 commit 687c13c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions appveyor.yml
@@ -0,0 +1,12 @@
# Build configuration for AppVeyor CI Windows builds
platform: x86
configuration: Release
fast_finish: true
os: Visual Studio 2013
before_build:
- md build-ci
- cd build-ci
- cmake -G "Visual Studio 2013" -DQMAKE=C:\Qt\5.5\msvc2013\bin\qmake.exe ..\doomsday
build:
parallel: true
project: build-ci\Doomsday.sln

0 comments on commit 687c13c

Please sign in to comment.