Trick-17 / clang-build

Clang-based cross platform build system written in Python
https://clang-build.readthedocs.io
MIT License
8 stars 3 forks source link

Add bundling of binaries #98

Closed GPMueller closed 4 years ago

GPMueller commented 5 years ago

Closes issue #25.

codecov[bot] commented 5 years ago

Codecov Report

Merging #98 into master will decrease coverage by 1.93%. The diff coverage is 61.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #98      +/-   ##
==========================================
- Coverage   80.96%   79.02%   -1.94%     
==========================================
  Files          12       12              
  Lines         972     1173     +201     
==========================================
+ Hits          787      927     +140     
- Misses        185      246      +61
Impacted Files Coverage Δ
clang_build/project.py 69.95% <25%> (-1.48%) :arrow_down:
clang_build/errors.py 62.5% <50%> (-12.5%) :arrow_down:
clang_build/target.py 83.68% <59.34%> (-7.48%) :arrow_down:
clang_build/clang_build.py 73.46% <70.9%> (+4.15%) :arrow_up:

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 6b09223...129f09b. Read the comment docs.

GPMueller commented 5 years ago

I would like to leave the "redistributable bundle" feature as a work in progress, as the design will probably evolve with more use cases.

From my side, this branch is therefore ready to be merged.