mbed-os/.travis.yml

16 lines
402 B
YAML
Raw Normal View History

python:
- "2.7"
script: "python tools/build_travis.py"
before_install:
- sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
- sudo apt-get update -qq
- sudo apt-get install -qq gcc-arm-none-eabi --force-yes
# Print versions we use
- arm-none-eabi-gcc --version
- python --version
install:
- sudo pip install colorama
- sudo pip install prettytable
- sudo pip install jinja2