File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments