Browse Source

Remove ofxOMXPlayer before clone in travis rpi cfg

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

2
scripts/ci/rpi/pisetup.sh

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

Loading…
Cancel
Save