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

zeromq / cppzmq / 35
88%

Build:
DEFAULT BRANCH: master
Ran 17 Apr 2018 08:31AM UTC
Jobs 3
Files 2
Run time 6min
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
35

push

travis-ci

bluca
Problem: Windows build broken because of multiple issues (#204)

* 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.

* Problem: Windows build takes too long

Solution: disabling tests and perf tools

* Problem: Windows unit_tests executable not finding lizmq dll.

Solution: copy libzmq dll to build bin directory.

* Problem: Windows build fails because wrong test path provided

36 of 64 relevant lines covered (56.25%)

14.45 hits per line

Jobs
ID Job ID Ran Files Coverage
1 35.1 (BUILD_TYPE=cmake ZMQ_VERSION=4.2.5) 17 Apr 2018 08:31AM UTC 0
56.25
Travis Job 35.1
2 35.2 (BUILD_TYPE=cmake ZMQ_VERSION=4.2.0) 17 Apr 2018 08:31AM UTC 0
56.25
Travis Job 35.2
3 35.3 (MATRIX_EVAL="CC=gcc-7 && CXX=g++-7" BUILD_TYPE=cmake ZMQ_VERSION=4.2.5 DRAFT=1) 17 Apr 2018 08:38AM UTC 0
64.38
Travis Job 35.3
Source Files on build 35
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #35
  • fdc145a0 on github
  • Prev Build on master (#30)
  • Next Build on master (#37)
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