1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-23 13:04:23 +00:00

travis: remove redundant 'cd' command

This commit is contained in:
Eugene Shalygin 2017-03-20 14:50:28 +01:00
parent 018574e546
commit c32cee8098

View File

@ -177,7 +177,6 @@ script:
- | - |
cd "$TRAVIS_BUILD_DIR" cd "$TRAVIS_BUILD_DIR"
if [ "$build_system" = "cmake" ]; then if [ "$build_system" = "cmake" ]; then
cd "$TRAVIS_BUILD_DIR"
mkdir build mkdir build
cd build cd build
cmake -DGUI=${gui} -DCMAKE_INSTALL_PREFIX="$qbt_path" "$MY_CMAKE_OPENSSL_HINT" \ cmake -DGUI=${gui} -DCMAKE_INSTALL_PREFIX="$qbt_path" "$MY_CMAKE_OPENSSL_HINT" \