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.
1 parent b1333e2 commit 365950fCopy full SHA for 365950f
.travis.yml
@@ -3,11 +3,11 @@ python:
3
4
script:
5
# Tells mbed-cli that the current directory is a project even though you didnt do an `mbed import` (helps suppress some warning messages)
6
-mbed config root .
+- mbed config root .
7
# Pull in mbed-os and other dependencies
8
-mbed deploy
9
-mbed compile --clean -m K64F -t GCC_ARM
10
-mbed compile --clean -m K64F -t GCC_ARM --profile debug
+- mbed deploy
+- mbed compile --clean -m K64F -t GCC_ARM
+- mbed compile --clean -m K64F -t GCC_ARM --profile debug
11
12
before_install:
13
- sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
0 commit comments