Add variant=debug,release to Travis

This commit is contained in:
Peter Dimov 2020-09-07 17:51:04 +03:00
parent 6e9001cf90
commit 363d73ddc2

View File

@ -249,7 +249,7 @@ install:
script: script:
- |- - |-
echo "using $TOOLSET : : $TRAVIS_COMPILER ;" > ~/user-config.jam echo "using $TOOLSET : : $TRAVIS_COMPILER ;" > ~/user-config.jam
- ./b2 libs/lambda2/test toolset=$TOOLSET cxxstd=$CXXSTD - ./b2 libs/lambda2/test toolset=$TOOLSET cxxstd=$CXXSTD variant=debug,release
notifications: notifications:
email: email: