• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zeromq / cppzmq / 26
88%

Build:
DEFAULT BRANCH: master
Ran 16 Apr 2018 09:51AM UTC
Jobs 3
Files 2
Run time 5min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
26

Pull #204

travis-ci

web-flow
Problem: Windows build broken because of multiple issues

Windows issues:
* missing includes files
  Solution: added missing <memory> and <unordered_map>
  Here <map> was replaced with <unordered_map> as there is no need for
  sorted map.
* googletest fails because deprecation warning causing errors.
  Solution: D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING option added.
* googletest fails because by default, new Visual Studio projects
  link the C runtimes dynamically but Google Test links them statically.
  Solution: gtest_force_shared_crt=ON option added.

Besides that adding appveyor.yml configuration to add Windows build to
CI in order to prevent accidental Windows build breakage.
For now only Debug configuration as Release requires more time to figure
out.
Pull Request #204: Problem: Windows build broken because of multiple issues

38 of 65 relevant lines covered (58.46%)

7.75 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26.1 (BUILD_TYPE=cmake ZMQ_VERSION=4.2.5) 16 Apr 2018 09:52AM UTC 0
58.46
Travis Job 26.1
2 26.2 (BUILD_TYPE=cmake ZMQ_VERSION=4.2.0) 16 Apr 2018 09:51AM UTC 0
58.46
Travis Job 26.2
3 26.3 (MATRIX_EVAL="CC=gcc-7 && CXX=g++-7" BUILD_TYPE=cmake ZMQ_VERSION=4.2.5 DRAFT=1) 16 Apr 2018 09:57AM UTC 0
67.12
Travis Job 26.3
Source Files on build 26
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #26
  • Pull Request #204
  • PR Base - master (#25)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc