forked from boostorg/config
correct circle-ci config.yml
This commit is contained in:
@ -3,7 +3,7 @@ version: 2
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
environment:
|
environment:
|
||||||
- BOOST_LIBRARY=process
|
- BOOST_LIBRARY=config
|
||||||
- CXX_STANDARD=gnu++11
|
- CXX_STANDARD=gnu++11
|
||||||
docker:
|
docker:
|
||||||
- image: gcc:7
|
- image: gcc:7
|
||||||
@ -29,8 +29,8 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Initializing git repo for boost
|
name: Initializing git repo for boost
|
||||||
command: |
|
command: |
|
||||||
mkdir boost-config
|
mkdir $BOOST
|
||||||
cd boost-config
|
cd $BOOST
|
||||||
echo Testing $CIRCLE_BRANCH
|
echo Testing $CIRCLE_BRANCH
|
||||||
git remote add --no-tags -t $BOOST_BRANCH origin https://github.com/boostorg/boost.git
|
git remote add --no-tags -t $BOOST_BRANCH origin https://github.com/boostorg/boost.git
|
||||||
git fetch --depth=1
|
git fetch --depth=1
|
||||||
|
Reference in New Issue
Block a user