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