mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
* Add xcode 8, 7.3, 6.4 to Travis * Add xcode 9.x, linux precise to Travis; restrict branches * Restrict branches in Appveyor, too
31 lines
544 B
YAML
31 lines
544 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 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
|