Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added CI framework #185

Closed
wants to merge 1 commit into from
Closed

Added CI framework #185

wants to merge 1 commit into from

Conversation

jeking3
Copy link
Contributor

@jeking3 jeking3 commented Nov 11, 2018

  • travis with valgrind, cppcheck, ubsan, codecov, covscan (future)
  • appveyor with MSVC 2010 through 2017, cygwin 32/64, mingw 32/64
  • README, LICENSE, etc.
  • Fixed example Jamfile to build examples based on C++ features

Please see my fork's PR for build results.
jeking3#1

A number of builds are failing for various reasons - mostly clang due to release optimizer issues in doc_example22 and doc_example23 that needs to be resolved.

As we also discussed by email, the static and UBSAN analyses may need additional work to annotate the intentional issues (this repository is unique, as we're testing a test library). I can update this PR to mark those as expected failures once we resolve the others.

  - travis with valgrind, cppcheck, ubsan, codecov, covscan (future)
  - appveyor with MSVC 2010 through 2017, cygwin 32/64, mingw 32/64
  - README, LICENSE, etc.
  - Fixed example Jamfile to build examples based on C++ features

This fixes boostorg#146
@codecov
Copy link

codecov bot commented Nov 12, 2018

Codecov Report

❗ No coverage uploaded for pull request base (develop@2b1e4cd). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop     #185   +/-   ##
==========================================
  Coverage           ?   46.72%           
==========================================
  Files              ?       92           
  Lines              ?     5203           
  Branches           ?     2279           
==========================================
  Hits               ?     2431           
  Misses             ?     1112           
  Partials           ?     1660

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2b1e4cd...5b244e2. Read the comment docs.

@jeking3
Copy link
Contributor Author

jeking3 commented Nov 12, 2018

#177 can be seen in the build failures for clang here.

@raffienficiaud
Copy link
Member

In branch topic/PR-185-CI-framework, see PR #186, build green. I had to disable the static check though.

@raffienficiaud raffienficiaud added this to the 1.70 milestone Mar 1, 2019
@raffienficiaud raffienficiaud added 1.70 and removed next In "next" branch labels Mar 1, 2019
@raffienficiaud
Copy link
Member

In master. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants