2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00
Files
build/appveyor.yml
Peter Dimov c91455ff75 Add xcode 8, 7.3, 6.4 to Travis (#275)
* Add xcode 8, 7.3, 6.4 to Travis
* Add xcode 9.x, linux precise to Travis; restrict branches
* Restrict branches in Appveyor, too
2017-12-23 11:13:41 -06:00

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