mirror of
https://github.com/boostorg/integer.git
synced 2025-07-30 04:37:13 +02:00
Make .travis.yml configure the test framework.
This commit is contained in:
@ -341,7 +341,8 @@ install:
|
|||||||
script:
|
script:
|
||||||
- |-
|
- |-
|
||||||
echo "using $TOOLSET : : $COMPILER : <cxxflags>-std=$CXXSTD ;" > ~/user-config.jam
|
echo "using $TOOLSET : : $COMPILER : <cxxflags>-std=$CXXSTD ;" > ~/user-config.jam
|
||||||
- ./b2 libs/integer/test toolset=$TOOLSET
|
- (cd libs/config/test && ../../../b2 config_info_travis_install toolset=$TOOLSET && ./config_info_travis)
|
||||||
|
- (cd libs/integer/test && ../../../b2 libs/integer/test toolset=$TOOLSET)
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
Reference in New Issue
Block a user