Skip to content

Commit

Permalink
Travis: fixed copy of dependencies of libavformat when deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Clement Champetier committed Apr 26, 2016
1 parent 6c9cf49 commit 1393634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ before_deploy:
# copy external dependencies of boost-regex
- if [ ${TRAVIS_OS_NAME} = "linux" ]; then cp /usr/lib/{libicuuc.so.48,libicui18n.so.48,libicudata.so.48} ${TUTTLEOFX_INSTALL}/lib; fi
# copy external dependency of libavformat
- if [ ${TRAVIS_OS_NAME} = "linux" ]; then cp /lib/x86_64-linux-gnu/{libbz2.so.1,libbz2.so.1.0,libbz2.so.1.0.4} ${DEPENDENCY_INSTALL_PATH}/lib; fi
- if [ ${TRAVIS_OS_NAME} = "linux" ]; then cp /lib/x86_64-linux-gnu/{libbz2.so.1,libbz2.so.1.0,libbz2.so.1.0.4} ${TUTTLEOFX_INSTALL}/lib; fi
# prepare deployment
- tools/travis/deploy.sh

Expand Down

0 comments on commit 1393634

Please sign in to comment.