Use any available python version in configure cmake wrapper

This commit is contained in:
Alexey Sokolov
2016-01-16 20:58:51 +00:00
parent 55d10ce921
commit e95f0ea6d6
5 changed files with 35 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ install:
- ps: Push-AppveyorArtifact cygcheck.log
- ps: |
if ($env:build_with -eq "cmake") {
$env:cfg_suffix = ".py"
$env:cfg_suffix = ".sh"
$env:unittest = "unittest"
$env:inttest = "inttest"
} else {