mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
travis: poke ptrace_scope so we get stack dumps on FPE/segv etc
This commit is contained in:
parent
a648e7e695
commit
9e46581d5d
@ -32,6 +32,7 @@ cache:
|
||||
- $HOME/opt
|
||||
|
||||
before_install:
|
||||
- echo 0 | sudo dd of=/proc/sys/kernel/yama/ptrace_scope
|
||||
- Tools/scripts/configure-ci.sh
|
||||
- if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then export CI_CRON_JOB=1 ; fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user