Browse Source

Fix travis rpi cfg

master
Krisjanis Rijnieks 7 years ago
parent
commit
23a5b3674a
  1. 2
      scripts/ci/rpi/pisetup.sh

2
scripts/ci/rpi/pisetup.sh

@ -6,7 +6,7 @@ pwd
cd /home/pi/openFrameworks/addons
git clone --depth=1 https://github.com/jeffcrouse/ofxJSON.git
git clone https://github.com/jvcleave/ofxOMXPlayer.git
GIT_TRACE=1 git clone https://github.com/jvcleave/ofxOMXPlayer.git
if [ -e "ofxOMXPlayer" ]; then
rm -rf ofxOMXPlayer

Loading…
Cancel
Save