1
0
forked from boostorg/bind

It's build: off, not build: no.

This commit is contained in:
Peter Dimov
2016-05-21 17:00:24 +03:00
parent 41ba1a07c0
commit 21a6662b35

View File

@@ -9,8 +9,6 @@ branches:
- master - master
- develop - develop
build: no
install: install:
- git clone -b %APPVEYOR_REPO_BRANCH% https://github.com/boostorg/boost.git boost - git clone -b %APPVEYOR_REPO_BRANCH% https://github.com/boostorg/boost.git boost
- cd boost - cd boost
@@ -38,5 +36,7 @@ install:
- bootstrap - bootstrap
- b2 headers - b2 headers
build: off
test_script: test_script:
- b2 libs/bind/test toolset=msvc-9.0 - b2 libs/bind/test toolset=msvc-9.0