Page MenuHomePhabricator

[CI] Make the build_autotools.sh script take a list of targets
ClosedPublic

Authored by Fabien on Jun 23 2020, 16:12.

Details

Summary

Similar to what the build_cmake.sh script works, arguments passed to
the build_autotools.sh script are a list of targets to build.

Test Plan

Run the CI build-autotools build plan.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Jun 23 2020, 16:12
deadalnix added a subscriber: deadalnix.
deadalnix added inline comments.
contrib/devtools/build_autotools.sh
27 ↗(On Diff #21646)

Should we add all to the list of target for good measure?

This revision is now accepted and ready to land.Jun 23 2020, 16:38
contrib/devtools/build_autotools.sh
27 ↗(On Diff #21646)

For some reason this fails the build (at least on my machine), so I left it as is. The check target already builds all anyway so there is no coverage issue introduced here.

This revision was landed with ongoing or failed builds.Jun 23 2020, 16:41
This revision was automatically updated to reflect the committed changes.