You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
262 B
YAML

types:
- deploy
ST compile and deploy:
type: deploy
script:
- cd OneToolbox
- ant clean release
- NOW=$(date +"%Y-%m-%d_%H-%M-%S")
- cp "bin/Sense Toolbox-release.apk" "/home/toolbox/data/www/sensetoolbox.com/deploy/SenseToolbox_$NOW.apk"