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 f204f89 commit 64263e1Copy full SHA for 64263e1
.travis.yml
@@ -80,9 +80,9 @@ matrix:
80
- pip install "intelhex>=1.3,<=2.2.1"
81
script:
82
- cd getting-started
83
- - mbedtools checkout
84
- - echo mbedtools build -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
85
- - mbedtools build -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
+ - mbedtools deploy
+ - echo mbedtools compile -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
+ - mbedtools compile -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
86
- ccache -s
87
- cd ..
88
0 commit comments