Skip to content

Commit 26f73cc

Browse files
author
Clement Champetier
committed
Travis: exit building process immediately if a command exits with a non-zero status
* AvTranscoder does not build with libav since a long time in fact... * See issue #211
1 parent 383a08a commit 26f73cc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tools/travis/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
# Exit immediately if a command exits with a non-zero status
4+
set -e
35
# Print commands and their arguments as they are executed.
46
set -x
57

tools/travis/linux.install.deps.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
# Exit immediately if a command exits with a non-zero status
4+
set -e
35
# Print commands and their arguments as they are executed.
46
set -x
57

0 commit comments

Comments
 (0)