forked from boostorg/config
Correct path to config_info.cpp in travis file.
This commit is contained in:
@ -316,7 +316,7 @@ install:
|
|||||||
- python tools/boostdep/depinst/depinst.py config
|
- python tools/boostdep/depinst/depinst.py config
|
||||||
- ./bootstrap.sh
|
- ./bootstrap.sh
|
||||||
- ./b2 headers
|
- ./b2 headers
|
||||||
- $TOOLSET -std=$CXXSTD -I. -O3 libs/config/config_info.cpp -o config_info && ./config_info
|
- $TOOLSET -std=$CXXSTD -I. -O3 libs/config/test/config_info.cpp -o config_info && ./config_info
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- |-
|
- |-
|
||||||
|
Reference in New Issue
Block a user