canable-fw/.travis.yml

11 lines
290 B
YAML
Raw Normal View History

2015-01-28 07:21:20 -08:00
notifications:
2015-01-28 07:34:31 -08:00
email: false
2015-01-28 07:21:20 -08:00
language: c
before_script:
2015-01-28 09:36:43 -08:00
- sudo apt-add-repository 'deb http://archive.ubuntu.com/ubuntu trusty main universe multiverse restricted'
2015-01-28 09:10:31 -08:00
- sudo apt-get update -qq
- sudo apt-get install -y gcc-arm-none-eabi
2015-01-28 07:21:20 -08:00
2015-01-28 10:10:41 -08:00
script: make BUILD_NUMBER=$TRAVIS_BUILD_NUMBER