Skip to content
Snippets Groups Projects
Commit d067eb57 authored by Walter Van Herck's avatar Walter Van Herck Committed by GitHub
Browse files

Merge branch 'develop' into develop

parents efc16a8f abd4ac0f
No related branches found
No related tags found
No related merge requests found
image: Previous Visual Studio 2015
image: Visual Studio 2017
matrix:
fast_finish: true
......@@ -8,12 +8,9 @@ platform:
# http://www.appveyor.com/docs/installed-software
environment:
QTDIR: "C:\\Qt\\5.7\\msvc2015_64"
QTDIR: "C:\\Qt\\5.9.1\\msvc2017_64"
MYCONDA: "C:\\Miniconda-x64;C:\\Miniconda-x64\\Scripts;C:\\Miniconda-x64\\Library\\bin"
MYGIT: "C:\\Program Files\\Git\\cmd;C:\\Program Files\\Git\\usr\\bin;"
MYOTHER: "C:\\Program Files (x86)\\CMake\\bin;C:\\Program Files\\7-Zip"
MYMSVC: "C:\\Program Files (x86)\\MSBuild\\14.0\\Bin;"
PATH: "%QTDIR%\\bin;C:\\opt\\local_x64\\lib;%MYCONDA%;%MYGIT%;%MYOTHER%"
PATH: "%QTDIR%\\bin;C:\\opt\\local_x64\\lib;%MYCONDA%;%PATH%"
PYTHONPATH: "C:\\Miniconda-x64;C:\\Miniconda-x64\\Lib;C:\\Miniconda-x64\\Lib\\site-packages;C:\\Miniconda-x64\\DLLs"
build:
parallel: true
......@@ -36,7 +33,7 @@ before_build:
build_script:
- mkdir build
- cd build
- cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_INCLUDE_PATH=C:/opt/local_x64/include -DCMAKE_LIBRARY_PATH=C:/opt/local_x64/lib ..
- cmake -G "Visual Studio 15 2017 Win64" -DCMAKE_INCLUDE_PATH=C:/opt/local_x64/include -DCMAKE_LIBRARY_PATH=C:/opt/local_x64/lib ..
- cmake --build . --config Release
test_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment