aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2014-07-02 15:28:11 +0200
committerVictor Häggqvist <[email protected]>2014-07-02 15:28:11 +0200
commit0aae3f949cc113bdf8357666402dadfa06b7da0f (patch)
tree85df2650bf332926a3142f13d5bc02d717b1843c
parent296a3f995d51ab90b95488d8392cc61b9c3959e4 (diff)
rm scripts
-rw-r--r--before_install.sh31
-rw-r--r--build.sh5
2 files changed, 0 insertions, 36 deletions
diff --git a/before_install.sh b/before_install.sh
deleted file mode 100644
index 6bf3b7c..0000000
--- a/before_install.sh
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/usr/bin/env bash
-PEBBLE_SDK=PebbleSDK-2.2
-echo 'Installing Pebble SDK Dependencies...'
-echo 'SDK ${PEBBLE_SDK}'
-cd ~
-
-# Get the Pebble SDK and toolchain
-wget https://developer.getpebble.com/2/download/${PEBBLE_SDK}.tar.gz -O PebbleSDK.tar.gz
-wget http://assets.getpebble.com.s3-website-us-east-1.amazonaws.com/sdk/arm-cs-tools-ubuntu-universal.tar.gz
-
-# Build the Pebble directory
-mkdir ~/pebble-dev
-
-cd ~/pebble-dev
-
-# Extract the SDK
-tar -zxf ~/PebbleSDK.tar.gz
-cd ~/pebble-dev/${PEBBLE_SDK}
-
-# Extract the toolchain
-tar -zxf ~/arm-cs-tools-ubuntu-universal.tar.gz
-
-export PATH=~/pebble-dev/PebbleSDK-${PEBBLE_SDK}/bin:$PATH
-
-
-
-
-
-
-
-
diff --git a/build.sh b/build.sh
deleted file mode 100644
index ee3e0b6..0000000
--- a/build.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-echo "Building Pebble project..."
-
-cd ${PROJECT_PATH}
-
-pebble build