Skip to content

Commit

Permalink
Checkout ofxOMXPlayer 0.9.0-compatible in travis git cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
kr15h committed May 6, 2018
1 parent 6768c86 commit bb05314
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions scripts/ci/rpi/mkimage.sh
Expand Up @@ -76,11 +76,12 @@ cp "${MOUNT}/etc/ld.so.preload" "${MOUNT}/etc/_ld.so.preload"
echo "" > "${MOUNT}/etc/ld.so.preload"

# git clone addons
git clone --depth=1 https://github.com/jeffcrouse/ofxJSON.git /home/pi/openFrameworks/addons/ofxJSON
git clone -b 0.9.0-compatible https://github.com/jvcleave/ofxOMXPlayer.git /home/pi/openFrameworks/addons/ofxOMXPlayer

#git clone https://github.com/kr15h/ofxOMXPlayerLite.git
#mv ofxOMXPlayerLite ofxOMXPlayer
git clone --depth=1 https://github.com/jeffcrouse/ofxJSON.git "${MOUNT}/home/pi/openFrameworks/addons/ofxJSON"
git clone https://github.com/jvcleave/ofxOMXPlayer.git "${MOUNT}/home/pi/openFrameworks/addons/ofxOMXPlayer"
CURRENT=$(pwd)
cd "${MOUNT}/home/pi/openFrameworks/addons/ofxOMXPlayer"
git checkout 0.9.0-compatible
cd "${CURRENT}"

# copy ofxPiMapper to openFrameworks/addons
mkdir "${MOUNT}/home/pi/openFrameworks/addons/ofxPiMapper"
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/rpi/pisetup.sh
Expand Up @@ -18,4 +18,4 @@ echo "@reboot /home/pi/openFrameworks/addons/ofxPiMapper/example_basic/bin/examp
crontab mycron
rm mycron

echo "Done!"
echo "RPi setup done!"

0 comments on commit bb05314

Please sign in to comment.