mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
32 lines
582 B
YAML
32 lines
582 B
YAML
# 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-2017.
|
|
|
|
branches:
|
|
only:
|
|
- /master.*/
|
|
- /develop.*/
|
|
- /feature\/.*/
|
|
|
|
image:
|
|
- Visual Studio 2019 Preview
|
|
- Visual Studio 2017
|
|
- Visual Studio 2015
|
|
- Visual Studio 2013
|
|
|
|
environment:
|
|
matrix:
|
|
- TEST_ALL_EXTRAS:
|
|
|
|
build_script:
|
|
- cd src/engine
|
|
- build.bat
|
|
- cd ../..
|
|
- bootstrap.bat
|
|
|
|
test_script:
|
|
- cd test
|
|
- python test_all.py msvc
|