Browse Source

Attemt to fix ofxOMXPlayer clone in travis rpi cfg

master
Krisjanis Rijnieks 7 years ago
parent
commit
cd0a6bc168
  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 --depth=1 https://github.com/jvcleave/ofxOMXPlayer.git
git clone https://github.com/jvcleave/ofxOMXPlayer.git
if [ -e "ofxOMXPlayer" ]; then
rm -rf ofxOMXPlayer

Loading…
Cancel
Save