Tony Kelman
Tony Kelman
you could add a validation hook to check that the binaries are acceptable. not sure whether that would force a redownload.
+1 edit: more usefully, here's the api docs http://www.appveyor.com/docs/api/projects-builds
That doesn't implement the full workflow of review, then trigger CI run of current merge commit, then auto merge if green, does it? So you can still have statuses that...
see #311 etc, there have been many past discussions on this. when sudo is involved it's very dangerous to be doing system-wide things without the user paying attention
shouldn't rely on which being installed, there are environments where it isn't by default
won't this be susceptible to https://github.com/JuliaLang/BinDeps.jl/issues/199?
You look at the triple from Sys.MACHINE as I've been fruitlessly encouraging you to do elsewhere. If you're insistent on treating all distros exactly alike, despite a fair amount of...
Try BinDeps.debug, or dlopen'ing the downloaded dll
Did we revert that yet?
The point of the test is to exercise code paths here, so if the upstream package changes to no longer use BinDeps then the test dependency should be upper-bounded. Cairo...