mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-30 07:55:51 +00:00
Add Travis support
This commit is contained in:
11
scripts/build-and-test.sh
Executable file
11
scripts/build-and-test.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash -u
|
||||
# We use set -e and bash with -u to bail on first non zero exit code of any
|
||||
# processes launched or upon any unbound variable
|
||||
set -e
|
||||
__dirname=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
||||
echo "using toolset: $CC"
|
||||
echo "using variant: $VARIANT"
|
||||
|
||||
$BOOST_ROOT/bjam toolset=$CC variant=$VARIANT
|
||||
`find . -name "core_tests"`
|
||||
`find . -name "http_tests"`
|
||||
Reference in New Issue
Block a user