mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Tools: CI: only set shell to verbose after including profile
Travis has a very long .profile script, which is already shown in configure step, so there is no need to log it again in the build step
This commit is contained in:
parent
2e451eb2bc
commit
540548f0aa
@ -3,10 +3,10 @@
|
||||
# This helps when doing large merges
|
||||
# Andrew Tridgell, November 2011
|
||||
|
||||
set -ex
|
||||
|
||||
. ~/.profile
|
||||
|
||||
set -ex
|
||||
|
||||
# CXX and CC are exported by default by travis
|
||||
c_compiler=${CC:-gcc}
|
||||
cxx_compiler=${CXX:-g++}
|
||||
|
Loading…
Reference in New Issue
Block a user