just disable msvc-14 for now

This commit is contained in:
arvidn 2015-09-20 14:56:00 -04:00
parent 6bf1971452
commit 2e3876b287
2 changed files with 9 additions and 11 deletions

View File

@ -2,15 +2,15 @@ version: 1.0.{build}
branches:
only:
- master
os: Previous Visual Studio 2015
os: Visual Studio 2015
clone_depth: 1
environment:
matrix:
- variant: test_debug
compiler: msvc-14.0
sim: 1
linkflags: '"/LIBPATH:C:\\openssl-1.0.1p-vs2015\\lib"'
include: '"c:\\openssl-1.0.1p-vs2015\\include"'
# - variant: test_debug
# compiler: msvc-14.0
# sim: 1
# linkflags: '"/LIBPATH:C:\\openssl-1.0.1p-vs2015\\lib"'
# include: '"c:\\openssl-1.0.1p-vs2015\\include"'
- variant: test_debug
compiler: msvc-12.0
x64: 1
@ -18,6 +18,7 @@ environment:
include: '"c:\\openssl-1.0.1p-vs2013\\include"'
- variant: test_debug
compiler: msvc-12.0
sim: 1
linkflags: '"/LIBPATH:C:\\openssl-1.0.1p-vs2013\\lib"'
include: '"c:\\openssl-1.0.1p-vs2013\\include"'
- variant: test_debug
@ -92,7 +93,8 @@ install:
- echo %BOOST_ROOT%
- echo %BOOST_BUILD_PATH%
- 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
- cd %ROOT_DIRECTORY%
- set PATH=%PATH%;c:\Mingw\bin

View File

@ -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 ;