Page MenuHomePhabricator

Allow disabling wallet build in teamcity build.sh
ClosedPublic

Authored by schancel on Jan 23 2018, 00:45.

Details

Summary

Allow allow to be disabled in the CI build script via an environment variable.

Test Plan

DISABLE_WALLET=true ./contrib/teamcity/build.sh

Diff Detail

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

Event Timeline

deadalnix requested changes to this revision.Jan 23 2018, 01:02
deadalnix added inline comments.
contrib/teamcity/build.sh
37 ↗(On Diff #2694)

Only rpc tests should be skipped.

This revision now requires changes to proceed.Jan 23 2018, 01:02

Only disable RPC tests when wallet is disabled

This revision is now accepted and ready to land.Jan 23 2018, 10:57
This revision was automatically updated to reflect the committed changes.

Teamcity is a useful software to managing the build and continuous integration some particular ways. You will give your experience paperfellows.com review to allow disabling and change the default setting of Team City.