Skip to content

Commit

Permalink
add deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
if1live committed Jul 1, 2017
1 parent fa6e1e4 commit 6a45faf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@ after_script:
- cat unity_vr_win32_steamvr_dev.log
- cat unity_vr_win32_oculus_dev.log

deploy:
provider: releases
api_key:
secure: gutLcLAJmDlsDhsrNebGh4EUHLC8uaOaDtG+Bsk/1TFqV1U9DcTfEzb6r1ajZVb1Wm2MZe0tyjTGVOQbLblsHqrDt+FkJIYCeCeA/sBpQZ4gSjVUtAaG3dA8amoYhqH4oBHKe/EjOKled5VUXQhniSfhDKjVgKgl3+IQ4htBYtggKG+gCfSqZA7XNscUYkL9DmkAc0lhKTJsmZ6uTxNa7mhAzmY2fW/vRmGIUhCAJFfBM5iD4I53ekgOmLsOtqoy+EnFQ+e2qsKNdTOGJLCwmJlE+6tw1zlu2tTYZtX1fUJICBySS0j/hahSK982kNzUEtd0PxCpIAIJsJEcVU0nkvZtr+fvXbh92foxKSPmmNWfAzEyFPzXiX78zuJ+dg7NwAP27PLSg/VkFQQSgIByoy66W73DIX9fLBuxxsm+EzHfE88g5u9LihqDAN2xNW5ym8AnxdCQJGUKjk22Rn8oQxCiPDURf779r9lls1KbNIh9mPqx3ngNQDjuKUbZizNpn2Yw8baiMeJi+IVNQWcVhguAsfBxNxyNvtZXv8G7h8jxJO2d1TTM6Z/ihytc/vXb1fDOlAGe6+Hv0T4F9W9r1JnLJq9V1QFB1rHcfRnTDY9s4QVA8wFCrrp78WSVCsoXCOASioVyMAoqMV5LqRMOoKUGmfgmR3B30BKAY4PNtXk=
file: dist/minamo.unitypackage
skip_cleanup: true
on:
tags: true

# jobs:
# include:
# - stage: Golang unit test
Expand Down
1 change: 1 addition & 0 deletions export_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ export EXPORT_PATH=$EXPORT_DIR/$PACKAGE_NAME
LOG_FILE=export.log

$UNITY_PATH -quit -batchmode -nographics -silent-crashes -projectPath $PROJ_PATH -executeMethod $METHOD -logFile $LOG_FILE
cp $EXPORT_PATH $EXPORT_DIR/minamo.unitypackage

0 comments on commit 6a45faf

Please sign in to comment.