Skip to content

Commit

Permalink
Use pure Rust implementation of TLS
Browse files Browse the repository at this point in the history
  • Loading branch information
In-line authored and Alik Aslanyan committed Jul 13, 2019
1 parent 9ff1c80 commit 31c029d
Show file tree
Hide file tree
Showing 5 changed files with 98 additions and 162 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,13 @@ script:
cd $TRAVIS_BUILD_DIR/build/debug
cmake $TRAVIS_BUILD_DIR -DCMAKE_BUILD_TYPE=Debug
make -j1
sh $TRAVIS_BUILD_DIR/scripts/check_static_linking.sh .
fi
- |
if [ -n "$RUN_RELEASE_BUILD" ]; then
cd $TRAVIS_BUILD_DIR/build/release
cmake $TRAVIS_BUILD_DIR -DCMAKE_BUILD_TYPE=Release
make -j1
sh $TRAVIS_BUILD_DIR/scripts/check_static_linking.sh .
fi
- |
Expand Down
Loading

0 comments on commit 31c029d

Please sign in to comment.