Skip to content

Commit 3b03bad

Browse files
committed
Travis CI: Fix mbedtools commands to checkout repositories and build
1 parent d030b2c commit 3b03bad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ matrix:
8888
- pip install "Jinja2>=2.10.1,<2.11"
8989
- pip install "intelhex>=1.3,<=2.2.1"
9090
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}
91+
- mbedtools deploy
92+
- echo mbedtools compile -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
93+
- mbedtools compile -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
9494
- ccache -s
9595

9696
- &build-test

0 commit comments

Comments
 (0)