Build system improvements:

* Reduce console verbosity.
* Display configured build environment.
* Log build environment and commands in rippled-build.log.
* When compiling under Travis:
  - define TRAVIS_CI_BUILD for C and C++ code.
  - define RIPPLE_MASTER_BUILD for builds made against
    the official Ripple repository.
This commit is contained in:
Nik Bougalis
2014-03-14 15:33:31 -07:00
committed by Vinnie Falco
parent 3eae68fc34
commit 66d1dd6f81
2 changed files with 143 additions and 4 deletions

3
.gitignore vendored
View File

@@ -72,3 +72,6 @@ My Amplifier XE Results - RippleD
# Compiler intermediate output
/out.txt
# Build Log
rippled-build.log