mirror of
https://github.com/kr15h/ofxPiMapper.git
synced 2026-06-16 12:31:49 +02:00
Iterate on timelimit script, add sudo
This commit is contained in:
@@ -2,9 +2,6 @@
|
||||
|
||||
echo "Begin build-script.sh"
|
||||
|
||||
date
|
||||
timelimit -S 2 -t 2100 make -j $(nproc) -C /home/pi/openFrameworks/addons/ofxPiMapper/example_basic
|
||||
date
|
||||
sleep 10
|
||||
sudo timelimit -S9 -t2000 -T10 make -j $(nproc) -C /home/pi/openFrameworks/addons/ofxPiMapper/example_basic
|
||||
|
||||
echo "End build-script.sh"
|
||||
|
||||
Reference in New Issue
Block a user