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 47f2674 commit 0c6978dCopy full SHA for 0c6978d
.travis.yml
@@ -79,9 +79,9 @@ matrix:
79
- pip install "Jinja2>=2.10.1,<2.11"
80
- pip install "intelhex>=1.3,<=2.2.1"
81
script:
82
- - mbedtools checkout
83
- - echo mbedtools build -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
84
- - mbedtools build -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
+ - mbed-tools deploy
+ - echo mbed-tools compile -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
+ - mbed-tools compile -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
85
- ccache -s
86
87
- <<: *cmake-build-test
0 commit comments