From b1503b202043a577720e28969b74cca6f9c954f8 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 25 May 2015 20:34:09 +0200 Subject: Remove every trailing whitespace from the project (but externals). --- .travis-upload.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.travis-upload.sh') diff --git a/.travis-upload.sh b/.travis-upload.sh index 4b9446a9..0904b646 100644 --- a/.travis-upload.sh +++ b/.travis-upload.sh @@ -6,7 +6,7 @@ if [ "$TRAVIS_BRANCH" = "master" ]; then REV_NAME="citra-${GITDATE}-${GITREV}-linux-amd64" UPLOAD_DIR="/citra/nightly/linux-amd64" mkdir "$REV_NAME" - + sudo apt-get -qq install lftp cp build/src/citra/citra "$REV_NAME" cp build/src/citra_qt/citra-qt "$REV_NAME" @@ -14,7 +14,7 @@ if [ "$TRAVIS_BRANCH" = "master" ]; then REV_NAME="citra-${GITDATE}-${GITREV}-osx-amd64" UPLOAD_DIR="/citra/nightly/osx-amd64" mkdir "$REV_NAME" - + brew install lftp cp build/src/citra/Release/citra "$REV_NAME" cp -r build/src/citra_qt/Release/citra-qt.app "$REV_NAME" @@ -22,7 +22,7 @@ if [ "$TRAVIS_BRANCH" = "master" ]; then # move qt libs into app bundle for deployment $(brew --prefix)/opt/qt5/bin/macdeployqt "${REV_NAME}/citra-qt.app" fi - + ARCHIVE_NAME="${REV_NAME}.tar.xz" tar -cJvf "$ARCHIVE_NAME" "$REV_NAME" lftp -c "open -u citra-builds,$BUILD_PASSWORD sftp://builds.citra-emu.org; put -O '$UPLOAD_DIR' '$ARCHIVE_NAME'" -- cgit v1.2.3