mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-29 15:35:50 +00:00
Fail Travis if scons vcxproj produces differences
This commit is contained in:
committed by
Vinnie Falco
parent
5615c4a2a7
commit
e0ad66d967
@@ -34,6 +34,9 @@ before_install:
|
||||
script:
|
||||
# Set so any failing command will abort the build
|
||||
- set -e
|
||||
# Make sure vcxproj is up to date
|
||||
- scons vcxproj
|
||||
- git diff --exit-code
|
||||
# $CC will be either `clang` or `gcc` (If only we could do -j12 ;)
|
||||
- scons $CC.debug
|
||||
# We can be sure we're using the build/$CC.debug variant (-f so never err)
|
||||
|
||||
Reference in New Issue
Block a user