Browse Source

autotest: setup PKG_CONFIG_PATH for Parrot libiio

master
Andrew Tridgell 8 years ago
parent
commit
5d7d190394
  1. 3
      Tools/scripts/build_autotest.sh

3
Tools/scripts/build_autotest.sh

@ -133,6 +133,9 @@ echo $githash > "buildlogs/history/$hdate/githash.txt" @@ -133,6 +133,9 @@ echo $githash > "buildlogs/history/$hdate/githash.txt"
killall -9 JSBSim || /bin/true
# setup for libiio on Parrot boards
export PKG_CONFIG_PATH=$HOME/APM/ParrotLib/lib
# raise core limit
ulimit -c 10000000

Loading…
Cancel
Save