mirror of
https://github.com/kr15h/ofxPiMapper.git
synced 2026-06-16 12:31:49 +02:00
Try to fix timelimit script
This commit is contained in:
@@ -4,8 +4,6 @@ echo "Begin build-script.sh"
|
||||
|
||||
sudo apt-get -y install timelimit
|
||||
|
||||
cd /home/pi/openFrameworks/addons/ofxPiMapper/example_basic
|
||||
|
||||
timelimit -s KILL 10 make -j $(nproc)
|
||||
/usr/bin/timelimit -s KILL 10 /usr/bin/make -j $(nproc) -C /home/pi/openFrameworks/addons/ofxPiMapper/example_basic
|
||||
|
||||
echo "End build-script.sh"
|
||||
|
||||
Reference in New Issue
Block a user