From d32914b2c32b14a17c986895164b818d29dca966 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Sun, 6 May 2018 14:19:17 +0200 Subject: [PATCH] Remove ofxOMXPlayer before clone in travis rpi cfg --- scripts/ci/rpi/pisetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/rpi/pisetup.sh b/scripts/ci/rpi/pisetup.sh index 8f87393..9dd869e 100644 --- a/scripts/ci/rpi/pisetup.sh +++ b/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 ..