Skip to content

Commit

Permalink
add appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
troy committed Jun 8, 2017
1 parent fdb2b1b commit 878cd31
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Only test one combination: "Visual Studio 12 + Win32 + Debug".
platform:
- Win32

configuration:
- Debug

environment:
matrix:
- language: cpp
image: Visual Studio 2013

# Our build scripts run tests automatically; we don't want AppVeyor
# to try to detect them itself.
test: off

install:
- echo TODO

before_build:
- set generator=Visual Studio 12
- set vcplatform=Win32

build_script:
- cd build/win32
- msbuild Bubi.vs12.sln /p:Configuration=Debug /p:Platform="Win32"

skip_commits:
message: /.*\[skip appveyor\].*/

0 comments on commit 878cd31

Please sign in to comment.