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

Fix Travis CI OSX builds #84

Closed GPMueller closed 5 years ago

GPMueller commented 5 years ago

Caching the homebrew-installed components should save a lot of time, but it seems to produce problems, as e.g. brew upgrade python can fail when the cache is loaded (because Python 3.7 is already installed).

codecov[bot] commented 5 years ago

Codecov Report

Merging #84 into master will increase coverage by 4.06%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #84      +/-   ##
==========================================
+ Coverage      77%   81.07%   +4.06%     
==========================================
  Files          12       12              
  Lines         983      983              
==========================================
+ Hits          757      797      +40     
+ Misses        226      186      -40
Impacted Files Coverage Δ
clang_build/target.py 90.07% <0%> (+0.79%) :arrow_up:
clang_build/io_tools.py 100% <0%> (+13.18%) :arrow_up:
clang_build/platform.py 97.72% <0%> (+59.09%) :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 04e9dad...890b0a6. Read the comment docs.