summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorFlorent Revest <revestflo@gmail.com>2015-12-20 17:50:25 +0100
committerFlorent Revest <revestflo@gmail.com>2015-12-20 23:49:55 +0100
commitcdcf5e8496b51091f9d71a6a52a588a97686c49d (patch)
tree85cca7aaaa2091798739bb55335edf058f5be4b4 /deploy.sh
parentb3f803532a7c346d03ab72d7a1e0750e69659d21 (diff)
Removes the colorful settings and sanitize a little bit the code
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/deploy.sh b/deploy.sh
deleted file mode 100755
index be342cb..0000000
--- a/deploy.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#! /bin/bash
-# asteroid-stopwatch deploy script
-# (C) Copyright 2015 by Tim Süberkrüb
-set -e
-echo "Setup environment setup for armv7a-vfp-neon-oe-linux-gnueabi ..."
-source /usr/local/oecore-x86_64/environment-setup-armv7a-vfp-neon-oe-linux-gnueabi
-echo "Running qmake ..."
-qmake
-echo "Running make ..."
-make
-echo "Deploying binary ..."
-adb push asteroid-stopwatch /usr/bin/asteroid-stopwatch
-echo "Deploying desktop file ..."
-adb push asteroid-stopwatch.desktop /usr/share/applications/asteroid-stopwatch.desktop
-echo "Keep display on ..."
-adb shell mcetool -D on
-echo "Running application ..."
-adb shell env QT_QUICK_CONTROLS_STYLE=Nemo XDG_RUNTIME_DIR=/tmp /usr/bin/asteroid-stopwatch --platform wayland-egl