mirror of
https://github.com/boostorg/integer.git
synced 2025-07-29 12:17:13 +02:00
Make .travis.yml configure the test framework.
This commit is contained in:
@ -341,7 +341,8 @@ install:
|
||||
script:
|
||||
- |-
|
||||
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:
|
||||
email:
|
||||
|
Reference in New Issue
Block a user