just disable msvc-14 for now
This commit is contained in:
16
appveyor.yml
16
appveyor.yml
@@ -2,15 +2,15 @@ version: 1.0.{build}
|
|||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
os: Previous Visual Studio 2015
|
os: Visual Studio 2015
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- variant: test_debug
|
# - variant: test_debug
|
||||||
compiler: msvc-14.0
|
# compiler: msvc-14.0
|
||||||
sim: 1
|
# sim: 1
|
||||||
linkflags: '"/LIBPATH:C:\\openssl-1.0.1p-vs2015\\lib"'
|
# linkflags: '"/LIBPATH:C:\\openssl-1.0.1p-vs2015\\lib"'
|
||||||
include: '"c:\\openssl-1.0.1p-vs2015\\include"'
|
# include: '"c:\\openssl-1.0.1p-vs2015\\include"'
|
||||||
- variant: test_debug
|
- variant: test_debug
|
||||||
compiler: msvc-12.0
|
compiler: msvc-12.0
|
||||||
x64: 1
|
x64: 1
|
||||||
@@ -18,6 +18,7 @@ environment:
|
|||||||
include: '"c:\\openssl-1.0.1p-vs2013\\include"'
|
include: '"c:\\openssl-1.0.1p-vs2013\\include"'
|
||||||
- variant: test_debug
|
- variant: test_debug
|
||||||
compiler: msvc-12.0
|
compiler: msvc-12.0
|
||||||
|
sim: 1
|
||||||
linkflags: '"/LIBPATH:C:\\openssl-1.0.1p-vs2013\\lib"'
|
linkflags: '"/LIBPATH:C:\\openssl-1.0.1p-vs2013\\lib"'
|
||||||
include: '"c:\\openssl-1.0.1p-vs2013\\include"'
|
include: '"c:\\openssl-1.0.1p-vs2013\\include"'
|
||||||
- variant: test_debug
|
- variant: test_debug
|
||||||
@@ -92,7 +93,8 @@ install:
|
|||||||
- echo %BOOST_ROOT%
|
- echo %BOOST_ROOT%
|
||||||
- echo %BOOST_BUILD_PATH%
|
- echo %BOOST_BUILD_PATH%
|
||||||
- set PATH=%PATH%;%BOOST_BUILD_PATH%\src\engine\bin.ntx86
|
- set PATH=%PATH%;%BOOST_BUILD_PATH%\src\engine\bin.ntx86
|
||||||
- copy appveyor\user-config.jam %HOMEDRIVE%%HOMEPATH%
|
- 'echo using msvc : 10.0 ; >%HOMEDRIVE%%HOMEPATH%/user-config.jam'
|
||||||
|
- 'echo using msvc : 12.0 ; >>%HOMEDRIVE%%HOMEPATH%/user-config.jam'
|
||||||
- type %HOMEDRIVE%%HOMEPATH%\user-config.jam
|
- type %HOMEDRIVE%%HOMEPATH%\user-config.jam
|
||||||
- cd %ROOT_DIRECTORY%
|
- cd %ROOT_DIRECTORY%
|
||||||
- set PATH=%PATH%;c:\Mingw\bin
|
- set PATH=%PATH%;c:\Mingw\bin
|
||||||
|
@@ -1,4 +0,0 @@
|
|||||||
using msvc : 10.0 ;
|
|
||||||
using msvc : 12.0 ;
|
|
||||||
using msvc : 14.0 : : <include>"C:\Program Files (x86)\Windows Kits\10\Include\10.0.10069.0\ucrt" ;
|
|
||||||
using gcc ;
|
|
Reference in New Issue
Block a user