Page MenuHomePhabricator

[CI] Run the cmake build with make as a generator
ClosedPublic

Authored by Fabien on Feb 26 2020, 13:52.

Details

Summary

This would prevent from introducing regressions, since it is clear that
the devs tend to prefer ninja.

Depends on D5333.

Test Plan
export ABC_BUILD_NAME=build-make-generator
../contrib/teamcity/build-configurations.sh

Diff Detail

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

Event Timeline

deadalnix added inline comments.
contrib/teamcity/build-configurations.sh
268 ↗(On Diff #16519)

Let's make the bitcoin-bench target part of all.

This revision is now accepted and ready to land.Feb 26 2020, 18:02

Building bitcoin-bench is no longer needed since D5346.