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 d030b2c commit 3b03badCopy full SHA for 3b03bad
.travis.yml
@@ -88,9 +88,9 @@ matrix:
88
- pip install "Jinja2>=2.10.1,<2.11"
89
- pip install "intelhex>=1.3,<=2.2.1"
90
script:
91
- - mbedtools checkout
92
- - echo mbedtools build -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
93
- - 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}
94
- ccache -s
95
96
- &build-test
0 commit comments