JuliaWeb / LibCURL.jl

Julia wrapper for libcurl
Other
33 stars 29 forks source link

Refactor build.jl #70

Closed omus closed 5 years ago

omus commented 5 years ago

Inspired by the build.jl from ImageMagick.jl. In order to address the proxy support issue I decided to commit the dependency build files as a work around.

Fixes: https://github.com/JuliaWeb/LibCURL.jl/issues/69

codecov-io commented 5 years ago

Codecov Report

Merging #70 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #70   +/-   ##
=======================================
  Coverage   13.33%   13.33%           
=======================================
  Files           2        2           
  Lines          75       75           
=======================================
  Hits           10       10           
  Misses         65       65

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 d1222a0...edab293. Read the comment docs.

omus commented 5 years ago

No longer keeping a committed copy of the deps files due to BinaryProvider.download working correctly with proxies