From 10e90fa56e118279359703c27a82bf17c9a3a8ca Mon Sep 17 00:00:00 2001 From: Dean Moldovan Date: Wed, 25 May 2016 13:41:21 +0200 Subject: [PATCH] Configure AppVeyor --- .appveyor.yml | 12 ++++++++++++ pybind11 | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 0000000..5c1d56e --- /dev/null +++ b/.appveyor.yml @@ -0,0 +1,12 @@ +version: 1.0.{build} +image: Visual Studio 2015 +environment: + matrix: + - PATH: C:\Python35-x64\;C:\Python35-x64\Scripts\;%PATH% + - PATH: C:\Miniconda35-x64\;C:\Miniconda35-x64\Scripts\;%PATH% +install: +- cmd: git submodule update -q --init --recursive +build_script: +- cmd: pip install . +test_script: +- cmd: python test.py diff --git a/pybind11 b/pybind11 index 8c6b0b8..03d6a51 160000 --- a/pybind11 +++ b/pybind11 @@ -1 +1 @@ -Subproject commit 8c6b0b83332c8cb802391ffb08196fa4ebe1ebec +Subproject commit 03d6a514d2dd49b263ec6a77c3cfaf9a45ba1d5a