Skip to content

Commit

Permalink
appveyor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel Jakob committed Oct 18, 2015
1 parent 83b969b commit 3e0c418
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
# branches to build
version: 1.0.{build}
os: Visual Studio 2015
clone_folder: C:\projects\pybind11
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

build_script:
- echo Running cmake...
- cd c:\projects\pybind11
Expand Down

0 comments on commit 3e0c418

Please sign in to comment.