mirror of
https://github.com/boostorg/bind.git
synced 2025-08-02 22:34:30 +02:00
Fix environment variable syntax in .travis.yml.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
# Copyright 2016 Peter Dimov
|
||||||
|
# Distributed under the Boost Software License, Version 1.0.
|
||||||
|
# (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
os:
|
os:
|
||||||
@@ -10,7 +14,7 @@ branches:
|
|||||||
- develop
|
- develop
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- git clone -b %TRAVIS_BRANCH% https://github.com/boostorg/boost.git boost
|
- git clone -b $TRAVIS_BRANCH https://github.com/boostorg/boost.git boost
|
||||||
- cd boost
|
- cd boost
|
||||||
- git submodule init libs/bind
|
- git submodule init libs/bind
|
||||||
- git submodule init libs/assert
|
- git submodule init libs/assert
|
||||||
@@ -31,7 +35,7 @@ install:
|
|||||||
- git submodule init tools/inspect
|
- git submodule init tools/inspect
|
||||||
- git submodule update
|
- git submodule update
|
||||||
- cd libs\bind
|
- cd libs\bind
|
||||||
- git checkout -q %TRAVIS_COMMIT%
|
- git checkout -q $TRAVIS_COMMIT
|
||||||
- cd ..\..
|
- cd ..\..
|
||||||
- bootstrap
|
- bootstrap
|
||||||
- b2 headers
|
- b2 headers
|
||||||
|
Reference in New Issue
Block a user