Skip to content

Commit

Permalink
update pebble building on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanheule committed Sep 17, 2016
1 parent 568f899 commit b660b0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ addons:
- python-pip
- python-virtualenv
env:
- PEBBLE_SDK=pebble-sdk-4.3-linux64 PEBBLE_PROJECT_PATH=stefanheule/obsidian
- PEBBLE_SDK=pebble-sdk-4.4.1-linux64 PEBBLE_PROJECT_PATH=stefanheule/obsidian
7 changes: 5 additions & 2 deletions before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

# source: https://github.com/sGerli/pBuild

npm install npm@3 -g

set -e
echo 'pBuild 1.0'
echo 'pBuild 1.4'
echo 'Installing Pebble SDK and its Dependencies...'

cd ~

mkdir -p ~/pebble-dev
mkdir -p ~/.pebble-sdk
touch ~/.pebble-sdk/ENABLE_ANALYTICS
Expand All @@ -27,4 +30,4 @@ if [ ! -d $HOME/pebble-dev/${PEBBLE_SDK} ]; then
source .env/bin/activate
pip install -r requirements.txt
deactivate
fi
fi

0 comments on commit b660b0e

Please sign in to comment.