Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitef78f55

Browse files
committed
Move dependencies install command to script section
1 parent4a61763 commitef78f55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,14 @@ before_script:
9292
-uname -a
9393

9494
-cd ${TRAVIS_BUILD_DIR}
95-
9695
# install coverage tools
9796
-if [ ${ENABLE_COVERAGE} ]; then ./tools/travis/gcc.install.coverage.sh; fi
9897

98+
script:
9999
# install avtranscoder dependencies
100100
-if [ ${TRAVIS_OS_NAME} = "linux" ]; then ./tools/travis/linux.install.deps.sh; fi
101101
-if [ ${TRAVIS_OS_NAME} = "osx" ]; then ./tools/travis/osx.install.deps.sh; fi
102102

103-
script:
104103
# build
105104
-./tools/travis/build.sh
106105

‎tools/travis/linux.install.deps.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ if [ -z ${TRAVIS_JOB_ID} ] || [ ! -d "${DEPENDENCY_INSTALL_PATH}/lib/" ]; then
1212
export LD_LIBRARY_PATH=${DEPENDENCY_INSTALL_PATH}/lib:${DEPENDENCY_INSTALL_PATH}/lib64
1313
export PKG_CONFIG_PATH=${DEPENDENCY_INSTALL_PATH}/lib/pkgconfig:${DEPENDENCY_INSTALL_PATH}/lib64/pkgconfig
1414
export PATH=$PATH:${DEPENDENCY_INSTALL_PATH}/bin
15+
echo"Build log file:${DEPENDENCY_LOG_FILE}"
1516

1617
# yasm
1718
echo"Building YASM (${YASM_VERSION})"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp