|
|
@ -2,10 +2,12 @@ |
|
|
|
|
|
|
|
echo "Begin build-script.sh" |
|
|
|
|
|
|
|
sudo apt-get -y install coreutils |
|
|
|
sudo apt-get -y install timeout |
|
|
|
|
|
|
|
cd /home/pi/openFrameworks/addons/ofxPiMapper/example_basic |
|
|
|
kill -l |
|
|
|
which timeout |
|
|
|
timeout --version |
|
|
|
sudo timeout --signal=SIGKILL 10 make -j $(nproc) |
|
|
|
/usr/bin/timeout --signal=SIGKILL 10 make -j $(nproc) |
|
|
|
|
|
|
|
echo "End build-script.sh" |
|
|
|