Browse Source

Try not checking out 0.9.0-compatible ofxOMXPlayer branch in travis rpi cfg

master
Krisjanis Rijnieks 7 years ago
parent
commit
98815019ec
  1. 6
      scripts/ci/rpi/pisetup.sh

6
scripts/ci/rpi/pisetup.sh

@ -12,9 +12,9 @@ if [ -e "ofxOMXPlayer" ]; then
fi
git clone https://github.com/jvcleave/ofxOMXPlayer.git
cd ofxOMXPlayer
git checkout 0.9.0-compatible
cd ..
#cd ofxOMXPlayer
#git checkout 0.9.0-compatible
#cd ..
cd ofxPiMapper/example_basic
make -j$(nproc)

Loading…
Cancel
Save