mirror of
https://github.com/kr15h/ofxPiMapper.git
synced 2026-06-16 12:31:49 +02:00
Send SIGTERM (15) instead of kill (9) for timelimit
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user