Page MenuHomePhabricator

Added build-werror config to error on build warnings
ClosedPublic

Authored by jasonbcox on Oct 23 2019, 17:37.

Details

Summary

Adding this build to TeamCity will give us a way to track when VLA and thread-safety-analysis issues show up.

Test Plan
git checkout master
ABC_BUILD_NAME=build-werror ./build-configurations.sh  # passes

git checkout ebf7876  # Commit on master with thread-safety-analysis warnings
ABC_BUILD_NAME=build-werror ./build-configurations.sh  # fails

Diff Detail

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