Skip to content

Commit

Permalink
[build] Added mbedTLS build to Travis CI (#2326)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko committed May 17, 2022
1 parent 66692ff commit 4f863ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ addons:
- cmake
- libssl-dev
- build-essential
- libmbedtls-dev
sonarcloud:
organization: "haivision"
token:
Expand All @@ -28,7 +29,7 @@ matrix:
- RUN_CODECOV=1
- env:
- BUILD_TYPE=Debug
- BUILD_OPTS='-DENABLE_LOGGING=OFF -DENABLE_MONOTONIC_CLOCK=ON -DENABLE_BONDING=ON -DCMAKE_CXX_FLAGS="-Werror"'
- BUILD_OPTS='-DENABLE_LOGGING=OFF -DUSE_ENCLIB=mbedtls -DENABLE_MONOTONIC_CLOCK=ON -DENABLE_BONDING=ON -DCMAKE_CXX_FLAGS="-Werror"'
- os: linux
env: BUILD_TYPE=Release
- os: osx
Expand Down

0 comments on commit 4f863ea

Please sign in to comment.