Skip to content

Commit

Permalink
appveyor CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel Jakob committed Oct 18, 2015
1 parent b1b7140 commit 899053a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# branches to build
branches:
only:
- master

# Build VM template
os: Visual Studio 2015

# Where to clone
clone_folder: c:\projects\pybind11

platform: x64
configuration: Release

install:
- cinstall: python

before_build:
- echo Running cmake...
- cd c:\projects\pybind11
- cmake -G "Visual Studio 14 2015 Win64"

build:
project: pybind11.vcxproj

0 comments on commit 899053a

Please sign in to comment.