Skip to content

Commit

Permalink
Experiment: build FFmpeg on Travis for Linux.
Browse files Browse the repository at this point in the history
Let's see how workable / problematic this is.  Can improve our scripts
more to make this easier / more automatic.
  • Loading branch information
unknownbrackets committed Jul 1, 2016
1 parent 4d8c769 commit aa9a26f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ travis_install() {
travis_script() {
# Compile PPSSPP
if [ "$PPSSPP_BUILD_TYPE" = "Linux" ]; then
pushd ffmpeg
./linux_x86-64.sh
popd

if [ "$QT" = "TRUE" ]; then
./b.sh --qt
else
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ addons:
- lib32z1
- lib32z1-dev
- lib32bz2-1.0
- yasm
- diffutils

cache:
- apt
Expand Down
2 changes: 1 addition & 1 deletion ffmpeg
Submodule ffmpeg updated 277 files

0 comments on commit aa9a26f

Please sign in to comment.