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:
74
74
# version, we must instead delete the Travis copy of CMake.
75
75
- sudo rm -rf /usr/local/cmake*
76
76
- 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
81
79
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}
85
82
- ccache -s
86
83
87
84
- << : *cmake-build-test
You can’t perform that action at this time.
0 commit comments