You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,8 @@ install:
32
32
before_script:
33
33
- set -o errexit; source .travis/test_05_before_script.sh
34
34
script:
35
-
- if [ $SECONDS -gt 1200 ]; then set +o errexit; echo "Travis early exit to cache current state"; false; else set -o errexit; source .travis/test_06_script.sh; fi
35
+
- if [ $SECONDS -gt 1200 ]; then set +o errexit; echo "Travis early exit to cache current state"; false; else set -o errexit; source .travis/test_06_script_a.sh; fi
36
+
- if [ $SECONDS -gt 1500 ]; then set +o errexit; echo "Travis early exit to cache current state"; false; else set -o errexit; source .travis/test_06_script_b.sh; fi
# Distributed under the MIT software license, see the accompanying
5
+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
6
+
7
+
export LC_ALL=C.UTF-8
8
+
9
+
cd"build/bitcoin-$HOST"|| (echo "could not enter distdir build/bitcoin-$HOST";exit 1)
10
+
11
+
if [ "$RUN_UNIT_TESTS"="true" ];then
12
+
BEGIN_FOLD unit-tests
13
+
DOCKER_EXEC LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib make $MAKEJOBS check VERBOSE=1
0 commit comments