mirror of
https://github.com/leozide/leocad
synced 2025-02-05 08:45:55 +01:00
Exit build as soon as an error is encountered.
This commit is contained in:
parent
0d1af47be4
commit
e0a9d7254f
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ install:
|
|||
script:
|
||||
- |
|
||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
set -e
|
||||
source /opt/qt*/bin/qt*-env.sh
|
||||
qmake PREFIX=/usr -v
|
||||
qmake PREFIX=/usr -r
|
||||
|
|
Loading…
Add table
Reference in a new issue