correct circle-ci config.yml

This commit is contained in:
jzmaddock
2019-08-21 09:46:46 +01:00
parent 686a5820a0
commit ead17bf12a

View File

@ -3,7 +3,7 @@ version: 2
jobs:
build:
environment:
- BOOST_LIBRARY=process
- BOOST_LIBRARY=config
- CXX_STANDARD=gnu++11
docker:
- image: gcc:7
@ -29,8 +29,8 @@ jobs:
- run:
name: Initializing git repo for boost
command: |
mkdir boost-config
cd boost-config
mkdir $BOOST
cd $BOOST
echo Testing $CIRCLE_BRANCH
git remote add --no-tags -t $BOOST_BRANCH origin https://github.com/boostorg/boost.git
git fetch --depth=1