]> granicus.if.org Git - handbrake/commitdiff
Fix Logic.
authorScott <sr55.hb@outlook.com>
Mon, 10 Dec 2018 12:59:17 +0000 (12:59 +0000)
committerGitHub <noreply@github.com>
Mon, 10 Dec 2018 12:59:17 +0000 (12:59 +0000)
.travis.yml

index 4f519f2f5c2019e14b78d7327c52f903e3cc3683..8041f7e99a3d4ef5641297f417f10a2d5fc9fde8 100644 (file)
@@ -27,7 +27,7 @@ script:
 - if [[ "$TRAVIS_OS_NAME" == "linux" && "$BUILD_MINGW" == false  ]]; then ./configure --disable-gtk --disable-gst --launch --launch-jobs=0 ; fi
 
 # MinGW Build Support
-- if [[ "$BUILD_MINGW" == true && -d "~/toolchains/mingw-w64-5.0.2-gcc-7.1.0" ]]; then ./scripts/mingw-w64-build x86_64 && ./scripts/mingw-w64-build x86_64.clean  ; fi
+- if [[ "$BUILD_MINGW" == true && -d "~/toolchains/mingw-w64-5.0.2-gcc-7.1.0" ]]; then ./scripts/mingw-w64-build x86_64 && ./scripts/mingw-w64-build x86_64.clean  ; fi
 - if [[ "$BUILD_MINGW" == true ]]; then wget https://www.nasm.us/pub/nasm/releasebuilds/2.14/nasm-2.14.tar.gz ; fi
 - if [[ "$BUILD_MINGW" == true ]]; then tar xvf nasm-2.14.tar.gz && cd nasm-2.14/ && ./configure && make && cd ..  ; fi
 - if [[ "$BUILD_MINGW" == true ]]; then export PATH=/home/travis/build/HandBrake/HandBrake/nasm-2.14/:$HOME/toolchains/mingw-w64-5.0.2-gcc-7.1.0/mingw-w64-x86_64/bin:$PATH ; fi
@@ -35,7 +35,7 @@ script:
 - if [[ "$BUILD_MINGW" == true ]]; then ./configure --cross=x86_64-w64-mingw32 --enable-nvenc --enable-qsv --enable-vce --launch --launch-jobs=1 ; fi
 
 # Macos Build Support
-- if [[ "$TRAVIS_OS_NAME" == "osx" && -d "$HOME/toolchains/mac" ]]; then sudo ./scripts/mac-toolchain-build ~/toolchains/mac  ; fi
+- if [[ "$TRAVIS_OS_NAME" == "osx" && -d "$HOME/toolchains/mac" ]]; then sudo ./scripts/mac-toolchain-build ~/toolchains/mac  ; fi
 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PATH=$HOME/toolchains/mac/bin:$PATH ; fi
 #- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./configure --launch --launch-jobs=0 ; fi