6 Commits

Author SHA1 Message Date
Christopher Pow 969efe9a51 Appveyor. 2019-06-26 12:08:03 -05:00
Christopher Pow a233ebd331 Appveyor. 2019-06-26 10:48:09 -05:00
Christopher Pow d90b0ee4f6 Appveyor. 2019-06-26 09:37:24 -05:00
Christopher Pow 88b84a4cbc Appveyor. 2019-06-26 08:27:43 -05:00
Christopher Pow 88159f990f Appveyor. 2019-06-25 13:12:46 -05:00
Christopher Pow 1326554b76 Appveyor. 2019-06-25 13:06:14 -05:00
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ set -v
if [ "$1" == "before_install" ]; then
echo "Nothing to do for before_install..."
elif [ "$1" == "install" ]; then
choco install rsync
echo "Nothing to do for install..."
fi
+4 -2
View File
@@ -46,6 +46,8 @@ if [ "$1" == "local" ]; then
done
tar cjvf nesicide-win-x64.tar.bz2 dist
elif [ "$1" == "remote" ]; then
rsync --help
rsync $TRAVIS_BUILD_DIR/nesicide-win-x64.tar.bz2 cpow@162.243.126.83:/var/www/html/nesicide/
# rsync $TRAVIS_BUILD_DIR/nesicide-win-x64.tar.bz2 cpow@162.243.126.83:/var/www/html/nesicide/
echo Deploying to Phrenetic...
scp $TRAVIS_BUILD_DIR/nesicide-win-x64.tar.bz2 cpow@162.243.126.83:/var/www/html/nesicide/
echo scp status $?
fi