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
Branch
ci_check_make
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 9580
Build 17064: Default Diff Build & Tests
Build 17063: arc lint + arc unit

Event Timeline

deadalnix added inline comments.
contrib/teamcity/build-configurations.sh
268

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.