mirror of
https://github.com/kr15h/ofxPiMapper.git
synced 2026-06-16 12:31:49 +02:00
Another attempt to fix the timeout script
This commit is contained in:
@@ -4,6 +4,6 @@ echo "Begin build-script.sh"
|
||||
|
||||
cd /home/pi/openFrameworks/addons/ofxPiMapper/example_basic
|
||||
timeout --version
|
||||
timeout -k 0 30m make -j $(nproc)
|
||||
timeout -signal=KILL 1800 make -j $(nproc)
|
||||
|
||||
echo "End build-script.sh"
|
||||
|
||||
Reference in New Issue
Block a user