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 3e0c418 commit 0fe0dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install:
build_script:
- echo Running cmake...
- cd c:\projects\pybind11
- cmake -G "Visual Studio 14 2015 Win64"
- cmake -G "Visual Studio 14 2015 Win64" -DPYBIND11_PYTHON_VERSION=3
- set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
- set MSBuildOptions=/v:m /p:Configuration=Release /logger:%MSBuildLogger%
- msbuild %MSBuildOptions% pybind11.sln

0 comments on commit 0fe0dca

Please sign in to comment.