Page MenuHomePhabricator

[CI] Make build-configurations.sh take the build name as an argument
ClosedPublic

Authored by Fabien on Jun 23 2020, 13:58.

Details

Summary

This is a much more natural way to call the script:

./build-configurations.sh build-asan

rather than:

ABC_BUILD_NAME=build-asan ./build-configurations.sh

The environment variable is still accepted in order to maintain
compatibility with existing infra.

Test Plan
./build-configurations.sh build-clang-10

Diff Detail

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