We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db49c1e + 9328e4a commit a597858Copy full SHA for a597858
.travis.yml
@@ -1,9 +1,15 @@
1
----
2
python:
3
- "2.7"
+
4
script: "python workspace_tools/build_travis.py"
5
+before_install:
6
+ - sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
7
+ - sudo apt-get update -qq
8
+ - sudo apt-get install -qq gcc-arm-none-eabi --force-yes
9
+ # Print versions we use
10
+ - arm-none-eabi-gcc --version
11
+ - python --version
12
install:
- - "sudo $TRAVIS_BUILD_DIR/travis/install_dependencies.sh > /dev/null"
13
- sudo pip install colorama
14
- sudo pip install prettytable
15
- sudo pip install jinja2
travis/install_dependencies.sh
0 commit comments