aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty/pybind11/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/pybind11/.appveyor.yml')
-rw-r--r--3rdparty/pybind11/.appveyor.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/3rdparty/pybind11/.appveyor.yml b/3rdparty/pybind11/.appveyor.yml
index 149a8a3d..360760ac 100644
--- a/3rdparty/pybind11/.appveyor.yml
+++ b/3rdparty/pybind11/.appveyor.yml
@@ -1,6 +1,6 @@
version: 1.0.{build}
image:
-- Visual Studio 2015
+- Visual Studio 2017
test: off
skip_branch_with_pr: true
build:
@@ -11,15 +11,13 @@ environment:
matrix:
- PYTHON: 36
CONFIG: Debug
- - PYTHON: 27
- CONFIG: Debug
install:
- ps: |
- $env:CMAKE_GENERATOR = "Visual Studio 14 2015"
+ $env:CMAKE_GENERATOR = "Visual Studio 15 2017"
if ($env:PLATFORM -eq "x64") { $env:PYTHON = "$env:PYTHON-x64" }
$env:PATH = "C:\Python$env:PYTHON\;C:\Python$env:PYTHON\Scripts\;$env:PATH"
python -W ignore -m pip install --upgrade pip wheel
- python -W ignore -m pip install pytest numpy --no-warn-script-location
+ python -W ignore -m pip install pytest numpy --no-warn-script-location pytest-timeout
- ps: |
Start-FileDownload 'https://gitlab.com/libeigen/eigen/-/archive/3.3.7/eigen-3.3.7.zip'
7z x eigen-3.3.7.zip -y > $null