Skip to content

Commit aa06423

Browse files
committed
Travis: update mbed-tools commands
During the development of mbed-tools, supported commands have been renamed.
1 parent 7b853f3 commit aa06423

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.travis.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,11 @@ matrix:
7474
# version, we must instead delete the Travis copy of CMake.
7575
- sudo rm -rf /usr/local/cmake*
7676
- pip install --upgrade mbed-tools
77-
- pip install prettytable==0.7.2
78-
- pip install future==0.16.0
79-
- pip install "Jinja2>=2.10.1,<2.11"
80-
- pip install "intelhex>=1.3,<=2.2.1"
77+
- mbedtools deploy
78+
- pip install -r mbed-os/tools/cmake/requirements.txt
8179
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}
80+
- echo mbedtools compile -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
81+
- mbedtools compile -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
8582
- ccache -s
8683

8784
- <<: *cmake-build-test

0 commit comments

Comments
 (0)