mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
Add Windows CI testing.
This commit is contained in:
19
appveyor.yml
Normal file
19
appveyor.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
# Use, modification, and distribution are
|
||||
# subject to the Boost Software License, Version 1.0. (See accompanying
|
||||
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
#
|
||||
# Copyright Rene Rivera 2015-2016.
|
||||
|
||||
image:
|
||||
- Visual Studio 2013
|
||||
- Visual Studio 2015
|
||||
- Visual Studio 2017
|
||||
|
||||
environment:
|
||||
matrix:
|
||||
- TOOLSET: msvc
|
||||
TEST_ALL_EXTRAS:
|
||||
|
||||
test_script:
|
||||
- ./bootstrap.bat --with-toolset=${TOOLSET}
|
||||
- cd test && python test_all.py ${TOOLSET} ${TEST_ALL_EXTRAS}
|
||||
Reference in New Issue
Block a user