Skip to content

Commit

Permalink
Updated Cargo dependencies and statically link of "libmysqlclient", m…
Browse files Browse the repository at this point in the history
…, z, ssl, crypto and STDC++ libraries
  • Loading branch information
Emulator000 committed Oct 13, 2020
1 parent c592ab2 commit 5b97aee
Show file tree
Hide file tree
Showing 6 changed files with 643 additions and 633 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ language: rust
sudo: required

rust:
- stable
- nightly

cache: cargo

Expand Down Expand Up @@ -37,7 +37,7 @@ before_install:
- pkg-config --list-all

after_success: |
if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then
if [[ "$TRAVIS_RUST_VERSION" == nightly ]]; then
`RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install --force cargo-tarpaulin`
cargo tarpaulin --ciserver travis-ci --coveralls $TRAVIS_JOB_ID
fi
Expand Down
Loading

0 comments on commit 5b97aee

Please sign in to comment.