Skip to content

Commit 712b381

Browse files
author
Clement Champetier
committed
Travis: remove copy of libbz2.so when deploying new avtranscoder versions
The file does not exist on the Travis platform.
1 parent eefb8ab commit 712b381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ after_failure:
117117

118118
before_deploy:
119119
# copy libbz2, external dependency of libavformat
120-
- if [ ${TRAVIS_OS_NAME} = "linux" ]; then cp /lib/x86_64-linux-gnu/{libbz2.so,libbz2.so.1,libbz2.so.1.0,libbz2.so.1.0.4} ${DEPENDENCY_INSTALL_PATH}/lib; fi
120+
- 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
121121
# create archive
122122
- cd ${TRAVIS_BUILD_DIR}
123123
- tar -cvzf avtranscoder-${TRAVIS_OS_NAME}-${CC}-${DEPENDENCY_NAME}-${DEPENDENCY_VERSION}.tgz ${DEPENDENCY_INSTALL} ${AVTRANSCODER_INSTALL}

0 commit comments

Comments
 (0)