Files
ofxPiMapper/scripts/ci/rpi/build-script.sh
2018-05-17 22:57:51 +02:00

8 lines
179 B
Bash

#!/bin/bash
echo "Begin build-script.sh"
sudo timelimit -S9 -t2000 -T10 make -j $(nproc) -C /home/pi/openFrameworks/addons/ofxPiMapper/example_basic
echo "End build-script.sh"