mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-19 04:22:16 +00:00
Update .appveyor.yml
This commit is contained in:
@@ -8,24 +8,28 @@ shallow_clone: true
|
||||
|
||||
environment:
|
||||
matrix:
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
|
||||
TOOLSET: msvc-10.0,msvc-11.0,msvc-12.0
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
||||
TOOLSET: msvc-14.0
|
||||
TOOLSET: msvc-10.0,msvc-11.0
|
||||
ADDRMD: 32
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
||||
TOOLSET: msvc-12.0,msvc-14.0
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||
TOOLSET: msvc-14.1
|
||||
|
||||
install:
|
||||
- curl -sSL -o c:\projects\boost.7z https://dl.bintray.com/boostorg/release/1.67.0/source/boost_1_67_0.7z
|
||||
- 7z x -oc:\projects c:\projects\boost.7z
|
||||
- rd /s /q c:\projects\boost_1_67_0\tools\quickbook
|
||||
- mkdir c:\projects\boost_1_67_0\tools\quickbook
|
||||
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% c:\projects\boost_1_67_0\tools\quickbook
|
||||
- cd c:\projects\boost_1_67_0
|
||||
- set BOOST_BRANCH=develop
|
||||
- if "%APPVEYOR_REPO_BRANCH%" == "master" set BOOST_BRANCH=master
|
||||
- cd ..
|
||||
- git clone -b %BOOST_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root
|
||||
- cd boost-root
|
||||
- git submodule update --init tools/boostdep
|
||||
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% tools\quickbook\
|
||||
- python tools/boostdep/depinst/depinst.py ../tools/quickbook
|
||||
- cmd /c bootstrap
|
||||
- b2 headers
|
||||
- b2 -d0 headers
|
||||
|
||||
build: off
|
||||
|
||||
test_script:
|
||||
- b2 -j 3 tools/quickbook/test toolset=%TOOLSET%
|
||||
- if not "%ADDRMD%" == "" set ADDRMD=address-model=%ADDRMD%
|
||||
- b2 -j 3 tools/quickbook/test toolset=%TOOLSET% %ADDRMD% variant=debug,release
|
||||
|
||||
Reference in New Issue
Block a user