Browse Source

Replace SIGTERM with SIGHUP

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

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

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

Loading…
Cancel
Save