Browse Source

Send SIGTERM (15) instead of kill (9) for timelimit

master
Krisjanis Rijnieks 7 years ago
parent
commit
3c01ca2ea1
  1. 3
      scripts/ci/rpi/build-script.sh

3
scripts/ci/rpi/build-script.sh

@ -3,7 +3,8 @@
echo "Begin build-script.sh"
date
timelimit -t 2300 make -j $(nproc) -C /home/pi/openFrameworks/addons/ofxPiMapper/example_basic
timelimit -S 15 -t 2200 make -j $(nproc) -C /home/pi/openFrameworks/addons/ofxPiMapper/example_basic
date
sleep 10
echo "End build-script.sh"

Loading…
Cancel
Save