Skip to content
Snippets Groups Projects
Commit 4e38b36c authored by Lars Bilke's avatar Lars Bilke Committed by Dmitri Naumov
Browse files

[appveyor] Bumped Visual Studio to 2017, never build Conan packages.

VTK 8.1 binary packages are built for 2017 only.
parent be4c977a
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ version: 6.0.8.{build}
clone_depth: 100
image:
- Visual Studio 2015
- Visual Studio 2017
environment:
PYTHON: "C:\\Python27-x64"
......@@ -52,14 +52,13 @@ clone_script:
}
before_build:
- call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\vsdevcmd" -arch=x64
- cd %APPVEYOR_BUILD_FOLDER%
- echo %APPVEYOR_BUILD_FOLDER%
build_script:
- mkdir build & cd build
- cmake .. -G "Ninja" -DCMAKE_BUILD_TYPE=%configuration% -DBUILD_SHARED_LIBS=OFF -DOGS_EIGEN_DYNAMIC_SHAPE_MATRICES=ON -DOGS_USE_PCH=OFF -DOGS_USE_CONAN=ON # -DOGS_BUILD_GUI=ON
- cmake .. -G "Ninja" -DCMAKE_BUILD_TYPE=%configuration% -DBUILD_SHARED_LIBS=OFF -DOGS_EIGEN_DYNAMIC_SHAPE_MATRICES=ON -DOGS_USE_PCH=OFF -DOGS_USE_CONAN=ON -DOGS_CONAN_BUILD=never # -DOGS_BUILD_GUI=ON
- cmake --build . --config %configuration%
- cmake --build . --config %configuration% --target tests
- cmake --build . --config %configuration% --target ctest
......
Subproject commit 72b1081914e339350bb529701df84180dddda098
Subproject commit 28c3f6046151f88b338d46e5d3149e89e1bf1d15
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment