2
0
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:
Rene Rivera
2017-03-12 22:26:24 -05:00
parent 3a27b2d338
commit d62f877842

19
appveyor.yml Normal file
View 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}