aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: d93905b08ff79034b0c70c26c0cbc737641a23b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Test
language: python

script:
- pebble-dev/${PEBBLE_SDK}/bin/pebble build

before_install:
- wget http://assets.getpebble.com.s3-website-us-east-1.amazonaws.com/sdk2/${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
- mkdir pebble-dev
- tar -zxf PebbleSDK.tar.gz -C pebble-dev
- tar -zxf arm-cs-tools-ubuntu-universal.tar.gz -C pebble-dev/${PEBBLE_SDK}

install:
- "pip install -r pebble-dev/${PEBBLE_SDK}/requirements.txt"

env:
  global:
  - PEBBLE_SDK=PebbleSDK-2.8.1