Browse Source

Remove KILL signal from timelimit and increase time limit

master
Krisjanis Rijnieks 7 years ago
parent
commit
8a019f1239
  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 KILL -t 2000 make -j $(nproc) -C /home/pi/openFrameworks/addons/ofxPiMapper/example_basic
timelimit -t 2300 make -j $(nproc) -C /home/pi/openFrameworks/addons/ofxPiMapper/example_basic
date
echo "End build-script.sh"

Loading…
Cancel
Save