|
|
|
@@ -6,21 +6,44 @@ os: Visual Studio 2015
|
|
|
|
|
clone_depth: 1
|
|
|
|
|
environment:
|
|
|
|
|
matrix:
|
|
|
|
|
- variant: test_debug
|
|
|
|
|
compiler: msvc-14.0
|
|
|
|
|
sim: 1
|
|
|
|
|
linkflags32: '"/LIBPATH:C:\\openssl-1.0.1p-vs2015\\lib"'
|
|
|
|
|
linkflags64: '"/LIBPATH:C:\\openssl-1.0.1p-vs2015\\lib64"'
|
|
|
|
|
include: '"c:\\openssl-1.0.1p-vs2015\\include"'
|
|
|
|
|
- variant: test_debug
|
|
|
|
|
compiler: msvc-12.0
|
|
|
|
|
linkflags: '"/LIBPATH:C:\\OpenSSL-Win32\\lib"'
|
|
|
|
|
x64: 1
|
|
|
|
|
linkflags32: '"/LIBPATH:C:\\openssl-1.0.1p-vs2013\\lib"'
|
|
|
|
|
linkflags64: '"/LIBPATH:C:\\openssl-1.0.1p-vs2013\\lib64"'
|
|
|
|
|
include: '"c:\\openssl-1.0.1p-vs2013\\include"'
|
|
|
|
|
- variant: test_debug
|
|
|
|
|
compiler: msvc-12.0
|
|
|
|
|
linkflags32: '"/LIBPATH:C:\\openssl-1.0.1p-vs2013\\lib"'
|
|
|
|
|
linkflags64: '"/LIBPATH:C:\\openssl-1.0.1p-vs2013\\lib64"'
|
|
|
|
|
include: '"c:\\openssl-1.0.1p-vs2013\\include"'
|
|
|
|
|
- variant: test_debug
|
|
|
|
|
compiler: msvc-10.0
|
|
|
|
|
linkflags: '"/LIBPATH:C:\\OpenSSL-Win32\\lib"'
|
|
|
|
|
- variant: test_debug
|
|
|
|
|
compiler: msvc-14.0
|
|
|
|
|
linkflags: '"/LIBPATH:C:\\OpenSSL-Win32\\lib"'
|
|
|
|
|
linkflags32: '"/LIBPATH:C:\\openssl-1.0.1p-vs2010\\lib"'
|
|
|
|
|
linkflags64: '"/LIBPATH:C:\\openssl-1.0.1p-vs2010\\lib64"'
|
|
|
|
|
include: '"c:\\openssl-1.0.1p-vs2010\\include"'
|
|
|
|
|
- variant: test_barebones
|
|
|
|
|
compiler: msvc-12.0
|
|
|
|
|
linkflags: '"/LIBPATH:C:\\OpenSSL-Win32\\lib"'
|
|
|
|
|
linkflags32: '"/LIBPATH:C:\\openssl-1.0.1p-vs2013\\lib"'
|
|
|
|
|
linkflags64: '"/LIBPATH:C:\\openssl-1.0.1p-vs2013\\lib64"'
|
|
|
|
|
include: '"c:\\openssl-1.0.1p-vs2013\\include"'
|
|
|
|
|
- variant: test_barebones
|
|
|
|
|
compiler: msvc-12.0
|
|
|
|
|
x64: 1
|
|
|
|
|
linkflags32: '"/LIBPATH:C:\\openssl-1.0.1p-vs2013\\lib"'
|
|
|
|
|
linkflags64: '"/LIBPATH:C:\\openssl-1.0.1p-vs2013\\lib64"'
|
|
|
|
|
include: '"c:\\openssl-1.0.1p-vs2013\\include"'
|
|
|
|
|
- variant: test_release
|
|
|
|
|
compiler: msvc-12.0
|
|
|
|
|
linkflags: '"/LIBPATH:C:\\OpenSSL-Win32\\lib"'
|
|
|
|
|
linkflags32: '"/LIBPATH:C:\\openssl-1.0.1p-vs2013\\lib"'
|
|
|
|
|
linkflags64: '"/LIBPATH:C:\\openssl-1.0.1p-vs2013\\lib64"'
|
|
|
|
|
include: '"c:\\openssl-1.0.1p-vs2013\\include"'
|
|
|
|
|
|
|
|
|
|
# mingw and boost.random don't like each other. Comment this back in once there
|
|
|
|
|
# is support
|
|
|
|
@@ -33,11 +56,36 @@ install:
|
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
|
- set ROOT_DIRECTORY=%CD%
|
|
|
|
|
- cd %ROOT_DIRECTORY%
|
|
|
|
|
- if not exist c:\OpenSSL-Win32\nul (
|
|
|
|
|
appveyor DownloadFile https://strcpy.net/packages/Win32OpenSSL-1_0_2a.exe
|
|
|
|
|
&& Win32OpenSSL-1_0_2a.exe /silent /verysilent /sp- /suppressmsgboxes )
|
|
|
|
|
- copy c:\OpenSSL-Win32\ssleay32.dll %WINDIR%\system32
|
|
|
|
|
- copy c:\OpenSSL-Win32\libeay32.dll %WINDIR%\system32
|
|
|
|
|
- if %compiler% == msvc-12.0 (
|
|
|
|
|
if not exist openssl-1.0.1p-vs2013.7z (
|
|
|
|
|
appveyor DownloadFile http://www.npcglib.org/~stathis/downloads/openssl-1.0.1p-vs2013.7z
|
|
|
|
|
)
|
|
|
|
|
& 7z x -oc:\ -aoa openssl-1.0.1p-vs2013.7z
|
|
|
|
|
& copy c:\openssl-1.0.1p-vs2013\lib64\ssleay32MT.lib c:\openssl-1.0.1p-vs2013\lib64\ssleay32.lib
|
|
|
|
|
& copy c:\openssl-1.0.1p-vs2013\lib64\libeay32MT.lib c:\openssl-1.0.1p-vs2013\lib64\libeay32.lib
|
|
|
|
|
& copy c:\openssl-1.0.1p-vs2013\lib\ssleay32MT.lib c:\openssl-1.0.1p-vs2013\lib\ssleay32.lib
|
|
|
|
|
& copy c:\openssl-1.0.1p-vs2013\lib\libeay32MT.lib c:\openssl-1.0.1p-vs2013\lib\libeay32.lib
|
|
|
|
|
)
|
|
|
|
|
- if %compiler% == msvc-10.0 (
|
|
|
|
|
if not exist openssl-1.0.1p-vs2010.7z (
|
|
|
|
|
appveyor DownloadFile http://www.npcglib.org/~stathis/downloads/openssl-1.0.1p-vs2010.7z
|
|
|
|
|
)
|
|
|
|
|
& 7z x -oc:\ -aoa openssl-1.0.1p-vs2010.7z
|
|
|
|
|
& copy c:\openssl-1.0.1p-vs2010\lib64\ssleay32MT.lib c:\openssl-1.0.1p-vs2010\lib64\ssleay32.lib
|
|
|
|
|
& copy c:\openssl-1.0.1p-vs2010\lib64\libeay32MT.lib c:\openssl-1.0.1p-vs2010\lib64\libeay32.lib
|
|
|
|
|
& copy c:\openssl-1.0.1p-vs2010\lib\ssleay32MT.lib c:\openssl-1.0.1p-vs2010\lib\ssleay32.lib
|
|
|
|
|
& copy c:\openssl-1.0.1p-vs2010\lib\libeay32MT.lib c:\openssl-1.0.1p-vs2010\lib\libeay32.lib
|
|
|
|
|
)
|
|
|
|
|
- if %compiler% == msvc-14.0 (
|
|
|
|
|
if not exist openssl-1.0.1p-vs2015.7z (
|
|
|
|
|
appveyor DownloadFile http://www.npcglib.org/~stathis/downloads/openssl-1.0.1p-vs2015.7z
|
|
|
|
|
)
|
|
|
|
|
& 7z x -oc:\ -aoa openssl-1.0.1p-vs2015.7z
|
|
|
|
|
& copy c:\openssl-1.0.1p-vs2015\lib64\ssleay32MT.lib c:\openssl-1.0.1p-vs2015\lib64\ssleay32.lib
|
|
|
|
|
& copy c:\openssl-1.0.1p-vs2015\lib64\libeay32MT.lib c:\openssl-1.0.1p-vs2015\lib64\libeay32.lib
|
|
|
|
|
& copy c:\openssl-1.0.1p-vs2015\lib\ssleay32MT.lib c:\openssl-1.0.1p-vs2015\lib\ssleay32.lib
|
|
|
|
|
& copy c:\openssl-1.0.1p-vs2015\lib\libeay32MT.lib c:\openssl-1.0.1p-vs2015\lib\libeay32.lib
|
|
|
|
|
)
|
|
|
|
|
- cd %ROOT_DIRECTORY%
|
|
|
|
|
- set BOOST_ROOT=c:\Libraries\boost
|
|
|
|
|
- set BOOST_BUILD_PATH=%BOOST_ROOT%\tools\build
|
|
|
|
@@ -55,16 +103,23 @@ install:
|
|
|
|
|
- python --version
|
|
|
|
|
- echo %ROOT_DIRECTORY%
|
|
|
|
|
cache:
|
|
|
|
|
- C:\OpenSSL-Win32
|
|
|
|
|
- openssl-1.0.1p-vs2010.7z
|
|
|
|
|
- openssl-1.0.1p-vs2013.7z
|
|
|
|
|
- openssl-1.0.1p-vs2015.7z
|
|
|
|
|
build_script:
|
|
|
|
|
- cd %ROOT_DIRECTORY%\examples
|
|
|
|
|
- b2.exe --hash -j2 %compiler% variant=%variant% linkflags=%linkflags% include="C:\\OpenSSL-Win32\\include"
|
|
|
|
|
- cd %ROOT_DIRECTORY%\test
|
|
|
|
|
- b2.exe --hash -j2 address-model=32 win-tests %compiler% variant=%variant% link=shared linkflags=%linkflags% include="C:\\OpenSSL-Win32\\include"
|
|
|
|
|
- cd %ROOT_DIRECTORY%\bindings\python
|
|
|
|
|
- b2.exe --hash -j2 %compiler% variant=%variant% linkflags=%linkflags% include="C:\\OpenSSL-Win32\\include" stage_module
|
|
|
|
|
- python test.py
|
|
|
|
|
- if %variant% == "test_debug" (
|
|
|
|
|
- if defined x64 (
|
|
|
|
|
b2.exe --hash -j2 address-model=64 win-tests %compiler% variant=%variant% link=shared linkflags=%linkflags64% include=%include%
|
|
|
|
|
) else (
|
|
|
|
|
b2.exe --hash -j2 address-model=32 win-tests %compiler% variant=%variant% link=shared linkflags=%linkflags32% include=%include%
|
|
|
|
|
& cd %ROOT_DIRECTORY%\examples
|
|
|
|
|
& b2.exe --hash -j2 %compiler% variant=%variant% linkflags=%linkflags32% include=%include%
|
|
|
|
|
& cd %ROOT_DIRECTORY%\bindings\python
|
|
|
|
|
& b2.exe --hash -j2 %compiler% stage_module variant=%variant% linkflags=%linkflags32% include=%include%
|
|
|
|
|
& python test.py
|
|
|
|
|
)
|
|
|
|
|
- if defined sim (
|
|
|
|
|
cd %ROOT_DIRECTORY%\simulation
|
|
|
|
|
&& b2.exe --hash -j2 crypto=built-in %compiler% )
|
|
|
|
|
& b2.exe --hash -j2 link=shared crypto=built-in %compiler%
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|