Skip to content

Commit

Permalink
Add variant=debug,release to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Sep 7, 2020
1 parent 6e9001c commit 363d73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ install:
script:
- |-
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:
email:
Expand Down

0 comments on commit 363d73d

Please sign in to comment.